A family of Microsoft relational database management systems designed for ease of use.
You should be able to follow the Application.FollowHyperlink line with a line
Application.Quit
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Hi,
Have two Databases. 1 and 2.
I found a way in my books to open another Access file (Database) within Access using a command button on a form:
Example. In Database1:
Application.FollowHyperlink "C:\Users\Amy.GNA.000\Desktop\DATABASES\Database2.accdb"
This works and opens Database2. But is there a way to save & close Database1 in the same procedure or maybe in the startup of DB2?
Currently Database1 remains open after DB2 opens. Would rather not have both open and running.
Thank-you for your time and any suggestions,
Amy
A family of Microsoft relational database management systems designed for ease of use.
Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.
Answer accepted by question author
You should be able to follow the Application.FollowHyperlink line with a line
Application.Quit
Good... now I can Quit early today!
Hello Mr. Vinson,
Works perfect!
Thanks a lot,
Amy