J
Jeff Kowalczyk
I didn't like the way the checkbox field was printing on my report (too
big, hard to align) with text, so I want to change the output of the field
to a text control displaying "Yes" or "" (blank).
I change the control to a text box, and the results are then -1 and 0,
seemingly integers.
When using a formula in the datasource property, I am having trouble with
the boolean comparison:
[reqactive] displays -1 or 0
=IIf([reqactive],"Yes","") always displays "Yes"
=IIf([reqactive]=-1,"Yes","") gives an #Error
=IIf([reqactive]=True,"Yes","") gives an #Error
Any ideas? Thanks.
big, hard to align) with text, so I want to change the output of the field
to a text control displaying "Yes" or "" (blank).
I change the control to a text box, and the results are then -1 and 0,
seemingly integers.
When using a formula in the datasource property, I am having trouble with
the boolean comparison:
[reqactive] displays -1 or 0
=IIf([reqactive],"Yes","") always displays "Yes"
=IIf([reqactive]=-1,"Yes","") gives an #Error
=IIf([reqactive]=True,"Yes","") gives an #Error
Any ideas? Thanks.