I have an Access 2003 database that I am starting with a batch file to run a utility macro that I have written. Is there a command that I can add to my bathc command to make the database open without waiting for a user response to open the database?
My batch commands are:
"C:\Program Files\Microsoft Office\Office11\MSACCESS.EXE" "c:\ChLeader\conv_CHLD%1.mdb" /x mcrAgencySelectBatch
"C:\Program Files\Microsoft Office\Office11\MSACCESS.EXE" "c:\ChLeader\conv_CHLD%1.mdb" /compact
My batch commands are:
"C:\Program Files\Microsoft Office\Office11\MSACCESS.EXE" "c:\ChLeader\conv_CHLD%1.mdb" /x mcrAgencySelectBatch
"C:\Program Files\Microsoft Office\Office11\MSACCESS.EXE" "c:\ChLeader\conv_CHLD%1.mdb" /compact