![]() |
|
|
Welcome to the { mindfrost82.com } forums. You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today! If you have any problems with the registration process or your account login, please contact contact us. |
|
|||||||
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
|
|||
|
Close mdb from different mdb
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 |
|
|||
|
RE: Close mdb from different mdb
End the code which opens the other application with:
Application.Quit Ken Sheridan Stafford, England "TJ Dowling" wrote: > 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 > |
|
|||
|
Re: Close mdb from different mdb
After the called app is opened, close objects that need to be closed, set
object variables to nothing, then use either: DoCmd.Quit or Application.Quit Chris Microsoft MVP TJ Dowling wrote: >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? -- Message posted via http://www.accessmonster.com |
![]() |
|
| Thread Tools | Search this Thread |
| Display Modes | |
|
|