Run an update query when a user exits the Access Application

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

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

Thanks in advance
 
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.
 
Back
Top