Class Modules?

  • Thread starter Thread starter Steve
  • Start date Start date
S

Steve

I need to execute some code whenever an Access application
shuts down. Any ideas how I would proceed to do that?
 
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
 
Back
Top