I
Irene
Guest
I am trying to do a conditional display in a report. I have simplified it to:
IIf (1,"",[textvar])
that works fine. If I change "1" to "0", I don't get the value of textvar returned, but get "#Error".
Anybody know why?
Thanks
IIf (1,"",[textvar])
that works fine. If I change "1" to "0", I don't get the value of textvar returned, but get "#Error".
Anybody know why?
Thanks