Close current and open another database

G

Guest

Hi,

Thanks in advance

How do I in code open another database in a different folder and close the
one I am in.

Thanks

Trev
 
F

fredg

Hi,

Thanks in advance

How do I in code open another database in a different folder and close the
one I am in.

Thanks

Trev

Application.FollowHyperlink "c:\PathToDatabase\MyDataBase.mdb"
DoCmd.Quit
 

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

Similar Threads


Top