U userZ Registered User. Local time Today, 05:09 Joined Oct 14, 2014 Messages 12 Mar 30, 2015 #1 hi. Within batch file, I use the following command: MSACCESS.EXE mymdbpath /compact I get the exclusive in use error. How can I suppress such error or warning messages from within the batch file?.
hi. Within batch file, I use the following command: MSACCESS.EXE mymdbpath /compact I get the exclusive in use error. How can I suppress such error or warning messages from within the batch file?.
R RogerCooper Registered User. Local time , 20:09 Joined Jul 30, 2014 Messages 544 Mar 30, 2015 #2 I recently starting compacting with a batch file by setting the database file to "Compact on Close" on running a Macro with the only command of "QuitAccess". This may work for you.
I recently starting compacting with a batch file by setting the database file to "Compact on Close" on running a Macro with the only command of "QuitAccess". This may work for you.