M
Mike
I created a batch file:
REM - delete the file on disk
del c:\payor.rtf
START "C:\Program Files\Microsoft Office\Office11\msaccess.exe" "S:\
Access_DB\CMSI_batch_Reporting.mdb" /x "PAYOR - Assignment - Generate report
/ Email"
EXIT
(Note: the Start line is all on one line)
The problem is that it opens Access and navigates to the macro but does not
execute it.
Thanks...
REM - delete the file on disk
del c:\payor.rtf
START "C:\Program Files\Microsoft Office\Office11\msaccess.exe" "S:\
Access_DB\CMSI_batch_Reporting.mdb" /x "PAYOR - Assignment - Generate report
/ Email"
EXIT
(Note: the Start line is all on one line)
The problem is that it opens Access and navigates to the macro but does not
execute it.
Thanks...