I have a bit of code that I have used before:
=IIf([data1] Is Null,"",[Check1])
Check1 is defined with datatype Yes/No. If I use "Check1" alone in a form, it appears as a checkbox. When I use the statement above, Check1 appears as text (either "yes" or "no"
on my form. How can I change this statement so check1 will appear as a checkbox?
Thank you!
Fred
=IIf([data1] Is Null,"",[Check1])
Check1 is defined with datatype Yes/No. If I use "Check1" alone in a form, it appears as a checkbox. When I use the statement above, Check1 appears as text (either "yes" or "no"
Thank you!
Fred