bs0d
Well-known Member
- Joined
- Dec 29, 2006
- Messages
- 622
I have a checkbox with a _click() subroutine.
I also have a command button to effectively reset my form. In this, I set the value of the checkbox to false (unchecked). When I do so, it executes the _click() subroutine.
I tried changing _click() to _change() and it still does the same thing.
What's the best practice for handling checkbox values?
I also have a command button to effectively reset my form. In this, I set the value of the checkbox to false (unchecked). When I do so, it executes the _click() subroutine.
I tried changing _click() to _change() and it still does the same thing.
What's the best practice for handling checkbox values?