G
GMan
=Count(IIf([Gender]="M",0)) in a report footer will total all the Males in
the query the report is based on.
=Count(IIf([Gender]="F",0)) will likewise give me all the females.
But can I add an additional criteria to the IIF statenent. If my query
tracks M and F - -- - and also HS or College,
Can I add aadd additional criteria to the IIF. I want 4 entries in my footer:
Male College
Male High School
Female College
Female High School
I am having problems gettinga single IIf to recognize more than one
criteria. If =Count(IIf([Gender]="M",0)) is Male, how would I get Male
High School??
Thanks
the query the report is based on.
=Count(IIf([Gender]="F",0)) will likewise give me all the females.
But can I add an additional criteria to the IIF statenent. If my query
tracks M and F - -- - and also HS or College,
Can I add aadd additional criteria to the IIF. I want 4 entries in my footer:
Male College
Male High School
Female College
Female High School
I am having problems gettinga single IIf to recognize more than one
criteria. If =Count(IIf([Gender]="M",0)) is Male, how would I get Male
High School??
Thanks