View Full Version : Access Batch Process Not Starting Macro


cms370
08-27-2010, 12:03 PM
I have the following code in a .bat file:

Somedatabase.mdb /x TestMacro

The database will open, but the macro "TestMacro" will not start. After the database is open, I can can manually click the macro and it will display a msgbox as it is intended to do.

Any idea why this is not working?

JANR
08-30-2010, 05:55 AM
http://www.access-programmers.co.uk/forums/showthread.php?t=51697

cms370
08-30-2010, 08:55 AM
Thanks...looks like I was missing the first part.