M
mc
I am trying to build a form with 2 checkboxes. When I use debug to look at
the values of the checkboxes, when I load the form, the value of the
checkboxes are NULL. Then, I checked one of the checkboxes and the value is
-1. So my question is if the checkbox is unchecked, shouldn't the value = 0
instead of being NULL? I am trying to code for the values and was wondering
why some of my code wasn't being executed.
the values of the checkboxes, when I load the form, the value of the
checkboxes are NULL. Then, I checked one of the checkboxes and the value is
-1. So my question is if the checkbox is unchecked, shouldn't the value = 0
instead of being NULL? I am trying to code for the values and was wondering
why some of my code wasn't being executed.