RunApp Code Question

M

mghareeb

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"
 
Top