Re: =Iff(([Me]![Gender])="M","Male","Female")
- From: "BB" <bbois@xxxxxxxxxxx>
- Date: 30 Dec 2005 11:43:08 -0800
When you say it doesn't work, do you mean the visible text box is
empty? Or, does it display an error?
Out of curiousity, why are you using two text boxes? I think it might
be simpler to use a single combo box. Make its properties like so:
Control Source: Gender
Row Source Type: Value List
Row Source: "M";"Male";"F";"Female"
Column Count: 2
Column Heads: No
Column Widths: 0"
Bound Column: 1
This will give you a drop down list with two rows. Since the Column
Count is 2, the "M" and "Male" values are the two columns for the first
row and the "F" and "Female" are the two columns for the second row.
Setting the Column Width to 0" means the first column will not be
displayed but since it's the Bound Column, the "M" and "F" will be used
as the value of the Gender field. Hope this makes sense.
.
- Follow-Ups:
- Re: =Iff(([Me]![Gender])="M","Male","Female")
- From: campbellbrian2001
- Re: =Iff(([Me]![Gender])="M","Male","Female")
- References:
- =Iff(([Me]![Gender])="M","Male","Female")
- From: campbellbrian2001
- =Iff(([Me]![Gender])="M","Male","Female")
- Prev by Date: =Iff(([Me]![Gender])="M","Male","Female")
- Next by Date: Re: =Iff(([Me]![Gender])="M","Male","Female")
- Previous by thread: =Iff(([Me]![Gender])="M","Male","Female")
- Next by thread: Re: =Iff(([Me]![Gender])="M","Male","Female")
- Index(es):
Relevant Pages
|