Run Code on Close of Database

E

Emmy

Hello,
I need to run code on close of a database. Where do I
need to put this code?

Thanks!
Emmy
 
A

Allen Browne

Access does not have an event that runs when the database closes. The
workaround is to open a hidden form, and use its Close event.
 
Top