I have a table with 5 YES NO Fields. On the report the yes no field show as check boxes.
If the check box is not true I don't want it visible on the report. I am trying an IF statement on the open event of the report
If txtNew = 0 then
txtnew.visible = False
This does not work, any ideas's apprecitaed
If the check box is not true I don't want it visible on the report. I am trying an IF statement on the open event of the report
If txtNew = 0 then
txtnew.visible = False
This does not work, any ideas's apprecitaed