S Steve Aug 26, 2004 #1 I need to execute some code whenever an Access application shuts down. Any ideas how I would proceed to do that?
I need to execute some code whenever an Access application shuts down. Any ideas how I would proceed to do that?
I Immanuel Sibero Aug 26, 2004 #2 Hi Steve, One way is to open a dummy form with the hidden option as part of your startup. Put your code on the *OnClose* event handler. HTH, Immanuel Sibero
Hi Steve, One way is to open a dummy form with the hidden option as part of your startup. Put your code on the *OnClose* event handler. HTH, Immanuel Sibero