L
Leon
In my Access application, I want users to quit only through the main menu.
How can I trap the close event if user closes Access using File/Close, rather
than the user menu, which has a DoCmd.Quit?
In Excel, you can create an application object using WithEvents in a class
module. It does not seem to work in Access.
Is this possible?
How can I trap the close event if user closes Access using File/Close, rather
than the user menu, which has a DoCmd.Quit?
In Excel, you can create an application object using WithEvents in a class
module. It does not seem to work in Access.
Is this possible?