Shutting Access Down

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have one database application that may need to launch another database
application. WHen the second DB opens, I want to close the original all the
way down. Not just shut down the DB, but actually close that instance of
Access altogether.

Is there a way to do this?

Thanks
 
I have one database application that may need to launch another database
application. WHen the second DB opens, I want to close the original all the
way down. Not just shut down the DB, but actually close that instance of
Access altogether.

Is there a way to do this?

Thanks

Application.Quit


John W. Vinson[MVP]
 
Back
Top