J
Jo-Anne
I'm creating a report that will give total numbers of Males and Femals. The
data in the table comes from a check box so the values are 1 & 2. When I
display the data on the report I would like to display 'Male' or 'Female' not
1 or 2. The source of the report is a query which has the field memSex. I
thought this code would work but I get an #error message in my control when I
run the report.
=IIf([memSex]=1,"Male","Female")
Any help would be great.
data in the table comes from a check box so the values are 1 & 2. When I
display the data on the report I would like to display 'Male' or 'Female' not
1 or 2. The source of the report is a query which has the field memSex. I
thought this code would work but I get an #error message in my control when I
run the report.
=IIf([memSex]=1,"Male","Female")
Any help would be great.