Close current and open another database

T

Trever B

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
 
Top