I am using a Switchboard that contains an 'Exit Application' button. The code that the Switchboard uses for exiting the application is:
' Exit the application.
This does not actually Exit the Application as I would like. It only closes the db. I would like to close the db and exit Microsoft Access completely. Any help, tips, ideas or input is welcome. I appreciate any assistance. Thanks in advance.
' Exit the application.
Code:
Case conCmdExitApplication
CloseCurrentDatabase
Comment