Re: Adding a filter to a report
- From: "Van T. Dinh" <VanThien.Dinh@xxxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Sat, 28 May 2005 13:59:47 +1000
Use the expression I posted in an empty Column of the Query Design grid.
If you open the Datasheet of the Query, this Column will show Mr or Miss
depending on the gender of the kid.
KidTitle is called a Caluculated Field since it is calculated / derived from
other values. In your Reports / Labels, you can use the Calculated Fields
just like other Fields.
--
HTH
Van T. Dinh
MVP (Access)
"David G" <drgibson@xxxxxxxxxxxxxx> wrote in message
news:CEyle.50179$fx3.17379@xxxxxxxxxxxxx
> I got the gender select thing to work on the roster, very cool. I
> couldn't figure out the label thing so I added another field for "Title"
> and made it a combo list box to select either Mr. or Miss. Then I went
> through all the kids and assigned a title. I just couldn't figure out
> the calulated field of
> KidTitle: IIf( [SEX] = "M", "Mr", IIf( [SEX] = "F", "Miss", "" ) )
> The help section didn't make it clear enough for me.
> David
>
.
- Follow-Ups:
- Re: Adding a filter to a report
- From: David G
- Re: Adding a filter to a report
- From: David G
- Re: Adding a filter to a report
- References:
- Adding a filter to a report
- From: David G
- Re: Adding a filter to a report
- From: Van T. Dinh
- Re: Adding a filter to a report
- From: David G
- Re: Adding a filter to a report
- From: Van T. Dinh
- Re: Adding a filter to a report
- From: David G
- Re: Adding a filter to a report
- From: Van T. Dinh
- Re: Adding a filter to a report
- From: David G
- Adding a filter to a report
- Prev by Date: Re: importing & autonumbering of primary keys
- Next by Date: Re: when do you outgrow access?
- Previous by thread: Re: Adding a filter to a report
- Next by thread: Re: Adding a filter to a report
- Index(es):