G
Guest
The following expression is the control source for an unbound text box on a
form.
=IIf([CitationType]="Alcohol",[AlcoholLicNo],[TobaccoLicNo])
It works well on the form. But it does not work on a report. On the report
the TobaccoLicNo is returned if CitationType is other than Alcohol, but
#Error is returned if CitationType is Alcohol. What could I be doing wrong
this time?
form.
=IIf([CitationType]="Alcohol",[AlcoholLicNo],[TobaccoLicNo])
It works well on the form. But it does not work on a report. On the report
the TobaccoLicNo is returned if CitationType is other than Alcohol, but
#Error is returned if CitationType is Alcohol. What could I be doing wrong
this time?