Hi - I'm stuck on a simple problem I am trying to display a true/false field
in a report, and instead of the default value of a checkbox, I want to print
"Yes" or "No"
I have tried various permutations of : iif( [DBFld]=True,"Yes","No ") .
So far no luck - keep getting syntax failures. Could some one please tell me
the correct format of the above.
Thanks
in a report, and instead of the default value of a checkbox, I want to print
"Yes" or "No"
I have tried various permutations of : iif( [DBFld]=True,"Yes","No ") .
So far no luck - keep getting syntax failures. Could some one please tell me
the correct format of the above.
Thanks
Comment