Close mdb from different mdb

T

TJ Dowling

I have an application that acts as a main menu hub to other existing
applications (all mdb files). This app calls other apps and loads their
startup menu. Once the called app has started up, I want to close the main
menu hub mdb file and leave focus on the newly-started app.

How do I do that?

Thanks,
TJD4
 
K

Ken Sheridan

End the code which opens the other application with:

Application.Quit

Ken Sheridan
Stafford, England
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top