D
Dave R.
I have a form I'm working on. I have added a checkbox which I want to use to
change the value of a field. Actually, I have 3 separate checkboxes, all
working on one field (setting the field value to 1, 2, or 3 depending on
which checkbox is checked). The reason for using 3 separate checkboxes is to
make it appear similar to a paper form that's being used.
In the coding, my question is how to get the value cleared from the field if
the checkbox is unchecked? The way it's (not) working now, is I can check
the box and the field changes to 2, however when I uncheck the box, the
field still says 2.
Here is what I'm using
Private Sub Check69_Click()
HemoTested3 = 69
End Sub
Many thanks.
change the value of a field. Actually, I have 3 separate checkboxes, all
working on one field (setting the field value to 1, 2, or 3 depending on
which checkbox is checked). The reason for using 3 separate checkboxes is to
make it appear similar to a paper form that's being used.
In the coding, my question is how to get the value cleared from the field if
the checkbox is unchecked? The way it's (not) working now, is I can check
the box and the field changes to 2, however when I uncheck the box, the
field still says 2.
Here is what I'm using
Private Sub Check69_Click()
HemoTested3 = 69
End Sub
Many thanks.