Exit Access When Exiting Switchboard

H

hspgapsemc

I have a small database with a switchboard. I have successfully written a
macro to close the switchboard to the query tab of the database window. What
I really want to do is exit access enitirely when I click on the exit button
of the switchboard or at the very minimum close the database window.
 
K

Ken Snell \(MVP\)

Add a Quit action as the last step in the macro that is run when you click
your exit button.
 
Top