RunApp Code Question

G

Guest

Hello,

Is it possible to use the RunApp macro to open a database within a database
(both Access). If yes, can anyone share what code I should put in the command
line of the macro?

Otherwise, is there any other macro that can open up another database from
Access?

Thanks.
 
S

Steve Schapel

Mghareeb

Yes, you can use RunApp for this. The Command Line would look along
this syntax:

"C:\Program Files\...\Msaccess.exe" "C:\YourFolder\YourApp.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

Similar Threads

RunApp question 2
RunApp Access macro command 1
RunApp - where the f? 3
RunApp Macro 2
DosBatch from Access Macro 1
Will RunApp in a macro work with any application ? 1
RunApp 1
Variable RunApp 4

Top