bcooler
Programmer
- Jun 13, 2009
- 132
I have some VBA in my form that adds a form completion date to the associated table when an operator completes the form and presses the "exit" button. If the user instead just leaves the database or goes to another record and then exits, I get missing date data.
I know the "On Exit" event works. I just need help with record change and just plain Access closing. I've thought of having "On Current" events and call this event in the "On Exit" event (so I don't duplicated code in both places). Will this work? Are there any other events that covers the event called "any time the user leaves the record, no matter how they do it"?
I know the "On Exit" event works. I just need help with record change and just plain Access closing. I've thought of having "On Current" events and call this event in the "On Exit" event (so I don't duplicated code in both places). Will this work? Are there any other events that covers the event called "any time the user leaves the record, no matter how they do it"?