Nzquikster,
No, there is no event in Access related to the closing of the application
itself.
The standard way of handling this is to have a form that is always open when
your database is open, and then you can put your macro on the Close or
Unload event of this form, or else on the Click event of a command button
which also includes the macro to quit the application.