Create a Macro to Open another Database

C

connie

Can I create a macro in one database that would open a second database (with
it's own switchboard menu)? I want to have a button on a menu that would run
the macro.

I can't figure out where to start. Help!
Thanks
 
S

Steve Schapel

Connie,

Use the RunApp action in your macro. The syntax for the Command Line
argument would be something like this...
"C:\Program Files\Microsoft Office\...\Msaccess.exe"
"C:\YourFolder\YourDb.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