Class Modules?

S

Steve

I need to execute some code whenever an Access application
shuts down. Any ideas how I would proceed to do that?
 
I

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
 
Top