RunApp Code Question

  • Thread starter Thread starter Guest
  • Start date Start date
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.
 
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"
 
Back
Top