Cleaning up tables before exiting Access database

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

Guest

Hi,

I would like to make sure that Users who exit a database have their name
removed from the "Current Users" table. If a user clicks the X button on the
main application windows (MS Access) they bypass the "Close" event on the
main form and their name will not be deleted from the above table.

Given the above scenario, how can I programmatically remove users from the
"Current Users" table?

Thx.
 
The form's Close event should still fire, even it if is triggered by closing
the application.
 
Thank you kindly for taking the time to respond to what now appears to be a
rather dumb question!
 

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