G
Guest
I'm working on a report. The field is Member Type and is text. I've put
=IIf ([Member Type]="Associate","Associate"," ")
in the control source for the text box titled Member Type. I'm getting an
error for each record.
Basically, I only want it to print the member type if it's "Associate". All
others should be left blank.
What am I doing wrong?
=IIf ([Member Type]="Associate","Associate"," ")
in the control source for the text box titled Member Type. I'm getting an
error for each record.
Basically, I only want it to print the member type if it's "Associate". All
others should be left blank.
What am I doing wrong?