I am exiting the application using a button on a switchboard. However, instead of exiting Access completely, it only closes the current db.
I've found the underlying code which reads:
Case conCmdExitApplication
CloseCurrentDatabase
How can I modify this to exit completely?
Thanks in advance.



