Run Macro From Another Database

A

alecgreen

Hi

Is it possible to run a macro from one database in another database?

Many Thanks

Alec
 
S

Steve Schapel

Alec,

Yes. You can run a macro using the RunApp action. The Command Line
argument will be something like this:
"C:\Program Files\Microsoft Office\...\Msaccess.exe"
"C:\YourFolder\YourDB.mdb" /x NameOfMacro

If that is not what you mean, can you please provide an example?
 
A

alecgreen

Alec,

Yes.  You can run a macro using the RunApp action.  The Command Line
argument will be something like this:
"C:\Program Files\Microsoft Office\...\Msaccess.exe"
"C:\YourFolder\YourDB.mdb" /x NameOfMacro

If that is not what you mean, can you please provide an example?

--
Steve Schapel, Microsoft Access MVP









- Show quoted text -

Thats what I mean Thanks!
 

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