On close or auto close in Access DB

X

XP

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

Douglas J. Steele

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