Hi,
In my report, I have a text box. Depending on the value of a field [highway], I would like to change what's being displayed. This is the Control source.
=IIf([highway]="Unknown", "*", [highway])
But when I run the report, I get the "Error #".
What am I doing incorrectly???
Thanks for your help!
SJH
In my report, I have a text box. Depending on the value of a field [highway], I would like to change what's being displayed. This is the Control source.
=IIf([highway]="Unknown", "*", [highway])
But when I run the report, I get the "Error #".
What am I doing incorrectly???
Thanks for your help!
SJH