command line options

C

Cam

I need to open a data base and start a different macro then the autoexec. The
command line options says c:\mydb.mdb /x Macro but that doesn't seem to work.
Does anyone have any thoughts?
 
D

Douglas J. Steele

While it's sufficient to put the name of the database in a shortcut if all
you want to do is open the database, if you want to be able to use any of
the switches after it, you must include the full path to the Access
executable as well:

"C:\Program Files\Microsoft Office\Office\msaccess.exe" "c:\mydb.mdb" /x
macro
 
U

umeed

Cam said:
I need to open a data base and start a different macro then the autoexec. The
command line options says c:\mydb.mdb /x Macro but that doesn't seem to work.
Does anyone have any thoughts?
 
Top