Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Running Access Macros from at DOS command

Status
Not open for further replies.

DanAuber

IS-IT--Management
Apr 28, 2000
255
FR
I want to schedule a certain Access DB to start up and then run specific Macros - I'm tring to do it via a batch script and at commands

batch somthing like

c:\pathtodatabase\database.mdb /x macroname

but it ain't working

anyone got any advice ?

Dan Auber
DanAuber@aol.com
 
I would try putting C:\Program Files\Microsoft Office\Office\msaccess.exe in front of what you've got. I don't think you can pass command line parameters if you don't use the actual EXE file name in the command. Rick Sprague
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top