Auto fill values when checkbox selected

HickoryII

New member
Local time
Today, 18:22
Joined
Aug 1, 2008
Messages
7
I’m a beginner at Access and would like to know: Is there a way to automatically fill in specific values in a table or datasheet form when a form checkbox is selected?
 
Yes, check out the Before Update (or potentially the After Update) event of the checkbox.
 
VBA would be the best.
But what do you do if they check it, then think, OOPS, and uncheck it again?
 

Users who are viewing this thread

Back
Top Bottom