Re: =Iff(([Me]![Gender])="M","Male","Female")
- From: "Randy Harris" <randy@xxxxxxxxxxxx>
- Date: Fri, 30 Dec 2005 20:00:20 GMT
<campbellbrian2001@xxxxxxxxx> wrote in message
news:1135971912.609537.50620@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
> I just want two display "Male" in my textbox if the value in the table
> is "M".
>
Brian, I don't think you need two textboxes. Assuming Gender is the field
name and is required, set the control source to:
IIf([Gender]="M", "Male", "Female")
--
Randy Harris
tech at promail dot com
I'm pretty sure I know everything that I can remember.
.
- References:
- =Iff(([Me]![Gender])="M","Male","Female")
- From: campbellbrian2001
- Re: =Iff(([Me]![Gender])="M","Male","Female")
- From: BB
- Re: =Iff(([Me]![Gender])="M","Male","Female")
- From: campbellbrian2001
- =Iff(([Me]![Gender])="M","Male","Female")
- Prev by Date: Re: =Iff(([Me]![Gender])="M","Male","Female")
- Next by Date: Re: =Iff(([Me]![Gender])="M","Male","Female")
- Previous by thread: Re: =Iff(([Me]![Gender])="M","Male","Female")
- Next by thread: Re: =Iff(([Me]![Gender])="M","Male","Female")
- Index(es):
Relevant Pages
|