Open a second Access Db using VBA

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I want to open a second access 97 db using a comand button in my first access
db. Please help?
 
Ash said:
I want to open a second access 97 db using a comand button in my first access
db. Please help?

One easy way...

Application.FollowHyperLink "path to second mdb file"

You can also use the Shell() function.
 

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

Back
Top