- Local time
- Today, 14:53
- Joined
- Feb 19, 2002
- Messages
- 47,074
The Form's BeforeUpdate event ALWAYS fires when a record is dirtied. It is the last event to fire before a record gets saved. NOTHING alters that. The control's BeforeUpdate event might operate differently but as I tried to explain, it is not the best choice regardless.
Edit.
I just tried it and both the Before and After updates of the control fire when using the Access date picker. I can't say what happens with an active X control.
The FORM's BeforeUpdate event is the most important, most powerful tool in the entire panoply of form/control events. If you don't master that event, you will spend a ton of time writing code to stop Access from doing what it does naturally (save records) and probably fail anyway.
Edit.
I just tried it and both the Before and After updates of the control fire when using the Access date picker. I can't say what happens with an active X control.
The FORM's BeforeUpdate event is the most important, most powerful tool in the entire panoply of form/control events. If you don't master that event, you will spend a ton of time writing code to stop Access from doing what it does naturally (save records) and probably fail anyway.
Last edited: