On close or auto close in Access DB

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

In MS-Excel you can create a function called Auto_Close that will fire when
the file is closing.

Is there an equivalent function in MS-Access? If not, is there a
work-around? Could an example please be posted?

Thanks.
 
No, there's no Auto_Close equivalent in Access.

The workaround is to have a form that's always open (it doesn't have to be
visible), and put your desired functionality in that form's Close event.
 

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