Closing form before application exits

  • Thread starter Thread starter Geoff
  • Start date Start date
G

Geoff

I need to make sure a form is closed before the
application exits no matter how Access is closed. Is there any place to put
BeforeApplicationExit? How can I address this
issue?
 
Geoff said:
I need to make sure a form is closed before the
application exits no matter how Access is closed. Is there any place
to put BeforeApplicationExit? How can I address this
issue?

That happens automatically. You don't need to do anything. When the
application ends the forms are closed in reverse order of being opened.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top