Thanks for the quick response. Are you refering to the Quit option in a macro? That simply shuts the program down.
I have a routine that needs to run with the application is shut down, and I have taken care of that - unless something happens to shut things down abnormally. If Access is shut down with CTRL-ALT-DEL, the unload event of a form does not trigger - so I know that following events (like form close) will not. I'm looking for some kind of event that will handle things when a form closes - even if it never makes it as far as the unload event.
Just had a thought - I wonder if deactivate will work. I'll check it out and let you know.