Opening another Access Database file with VBA

V

VWP1

I am in one of my Access database files, and wish to use a command button to
open another database file. How is this done?
 
T

Tom van Stiphout

On Sat, 9 Jan 2010 21:00:01 -0800, VWP1

There are several ways. Perhaps the simplest is using the Shell
function. Check the help file.

-Tom.
Microsoft Access MVP
 
F

fredg

I am in one of my Access database files, and wish to use a command button to
open another database file. How is this done?

Here is one method:
Application.FollowHyperlink "c:\PathToDatabaseFolder\MyDatabase.mdb"
 

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