G
Guest
I need to find out how to reset a value to "0" when a checkbox is unchecked.
I have the following event code for when the box is checked, and need to know
how to tell it to set back to "0" when unchecked. When I uncheck the box,
the value I've told it to give remains there. Any help is much appreciated!
Thanks!! Here's the code I have in place:
.....Private Sub Gift_Services_Click()
[Gift] = 0.25
End Sub....
I have the following event code for when the box is checked, and need to know
how to tell it to set back to "0" when unchecked. When I uncheck the box,
the value I've told it to give remains there. Any help is much appreciated!
Thanks!! Here's the code I have in place:
.....Private Sub Gift_Services_Click()
[Gift] = 0.25
End Sub....