Macro to open another database

  • Thread starter Thread starter Deb
  • Start date Start date
D

Deb

Help! Newby using Access 2000 is trying to write a macro
which will open another database. I use the wizard,
select run command and then specify open database. Where
do I indicate which database I am trying to open????

All replies greatly appreciated!!!
 
In a macro
Action: RunApp
Command: "MS Access Path\msaccess.exe" "FilePath\FileName"

Example
"C:\Program Files\Microsoft Office\Office\Access.EXE"
"c:/my documents/FileName"

Jim
 
Back
Top