In my Report, I have a text box called LETTER SENT.
The underlying value comes from a table where the field is a Y/N field.
I currently get 1 or -1 as the answer. which is correct.
But instead of seeing a 1 or -1 in the report, i would like to see the words No and Yes to describe the status. I tried using an IIF statement in the report field Letter Sent, control source. but the report just showed #Error.
the report field Control Source is:
=IIf([Letter Sent]=-1,"YES","No")
ideas? thanks
The underlying value comes from a table where the field is a Y/N field.
I currently get 1 or -1 as the answer. which is correct.
But instead of seeing a 1 or -1 in the report, i would like to see the words No and Yes to describe the status. I tried using an IIF statement in the report field Letter Sent, control source. but the report just showed #Error.
the report field Control Source is:
=IIf([Letter Sent]=-1,"YES","No")
ideas? thanks