Macro dilemma

muscle

New member
Local time
Today, 09:57
Joined
Mar 25, 2002
Messages
9
I have the following batch file which executes my one Access macro...

"c:\program files\microsoft office\office\msaccess.exe" d:\Nick\Budget.mdb /X BMS

is it possible to have this execute several macros?? Thanks beforehand.
 
A macro can run another macro so make one that runs all the other macros.
 
Thanks for the reply. That's exactly what I did, and it worked fine. But, when I tried to execute on the main production server, I get the following error message...

Run-time error '2202'
you must install a printer before you design, print, or preview.

Any ideas?
 

Users who are viewing this thread

Back
Top Bottom