G
gmazza via AccessMonster.com
Hey there,
I am running a macro through a batch file.
In my batch file I have some code, then my statement to run my macro:
"C:\Program Files\Microsoft Office\Office12\msaccess.exe" "C:\Documents and
Settings\gmazza\desktop\Promotions Tool v0h.accdb" /x PaymentRequest
then some more code.
At the end of my macro I have DoCmd.quit
Problem is, after it quits Access, it doesn't run the rest of my code in my
batch, which is just deleting some files on my drive but still, I need this
done.
Any thoughts?
I am running a macro through a batch file.
In my batch file I have some code, then my statement to run my macro:
"C:\Program Files\Microsoft Office\Office12\msaccess.exe" "C:\Documents and
Settings\gmazza\desktop\Promotions Tool v0h.accdb" /x PaymentRequest
then some more code.
At the end of my macro I have DoCmd.quit
Problem is, after it quits Access, it doesn't run the rest of my code in my
batch, which is just deleting some files on my drive but still, I need this
done.
Any thoughts?