G Guest Dec 1, 2004 #1 Is there a way to automatically run an update query when a user exits the Access Application? Thanks in advance
Is there a way to automatically run an update query when a user exits the Access Application? Thanks in advance
D Dan Artuso Dec 1, 2004 #2 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.
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.