Launch a new mdb from another mdb

D

David C

I have a tracking database in MSAccess which runs nicely.

Now I wish to launch this from within another MSAccess database in response
to a button click (using VBA, I guess).
- ideally, the first db would close itself after opening the tracker
- I experimentated with various code, best was Application.FollowHyperlink
("filename"), but I am not sure how stable the thing is, or what problems
this might create.
- Should this come before or after DoCmd.Close ?
 

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