T
Tdahlman
I have a field that is a "Yes/No" and on my form it shows up as a check box.
I want to write Select Case where if the box is check then another box is
visible in my form. If the box is unchecked the box is NOT visible. I
understand how to write the code I just don't know what to use for the values
of the box if it's checked or uncheck.
What is the value of an checked box?
What is the value of a unchecked box?
Thanks in Advance,
Travis
I want to write Select Case where if the box is check then another box is
visible in my form. If the box is unchecked the box is NOT visible. I
understand how to write the code I just don't know what to use for the values
of the box if it's checked or uncheck.
What is the value of an checked box?
What is the value of a unchecked box?
Thanks in Advance,
Travis