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.

Signature
Doug Steele, Microsoft Access MVP
http://I.Am/DougSteele
(no e-mails, please!)
> In MS-Excel you can create a function called Auto_Close that will fire
> when
[quoted text clipped - 4 lines]
>
> Thanks.