Design by Sue
Registered User.
- Local time
- Today, 04:11
- Joined
- Jul 16, 2010
- Messages
- 816
I am using my form to add job descriptions and if the user checks the check box for current, it adds the description to the table as the current job description. I need to clear the check box for the next entry but the box retains the choice so when the user selects another description, the form saves it as current even if the box shows no check in the box. I tried the code below, but that only changes the state of the box, but not the reality of the state of the box. Help please.
Sue
Code:
Me.CheckBox.Value = No
Sue