command line options

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

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?
 
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
 
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?
 

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

Back
Top