Run an update query when a user exits the Access Application

J

John

Is there a way to automatically run an update query when a user exits the
Access Application?

Thanks in advance
 
D

Dan Artuso

Hi,
Yes. One way would be to always open a hidden form when your app starts up.
Then, execute your query in the close event of the hidden form.
 
Top