Hellow,
I must have done something wrong. I get an #Error when using the following statement in a textbox on a MS_Access report:
IIF([problem]=1;"Yes";"no")
The field [problem] consists of three values, resp. 1 (Yes) and 2 (No) and 0 (maybe)
(be aware, it is not a boolean)
Please advise on correcting my IIF statement..
I must have done something wrong. I get an #Error when using the following statement in a textbox on a MS_Access report:
IIF([problem]=1;"Yes";"no")
The field [problem] consists of three values, resp. 1 (Yes) and 2 (No) and 0 (maybe)
(be aware, it is not a boolean)
Please advise on correcting my IIF statement..