Cleaning up tables before exiting Access database

D

Desmond

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.
 
A

Allen Browne

The form's Close event should still fire, even it if is triggered by closing
the application.
 
D

Desmond

Thank you kindly for taking the time to respond to what now appears to be a
rather dumb question!
 
Top