R
Rob
Without opening the database and running the macro manually, how would I set
a task to open the database and run the macro automatically?
a task to open the database and run the macro automatically?
Hey Jeff,
That works great!!! Thanks....
Now, How can I tell that batch file to close MS Access?
[quoted text clipped - 13 lines]Rob, We do this quite a bit for database task that we have on a seperate
server that does nothing but log into our database and perform different
Jeff O via AccessMonster.com said:Rob, Glad you found it works for you. To close MS access AFTER your macro
has completed it's work, simply put a "quit" as the last thing the macro does.
Change the "options" for the quit to (saveall) for saveing ALL without
prompting.
/Jeff
Hey Jeff,
That works great!!! Thanks....
Now, How can I tell that batch file to close MS Access?
[quoted text clipped - 13 lines]Rob, We do this quite a bit for database task that we have on a seperate
server that does nothing but log into our database and perform differentWithout opening the database and running the macro manually, how would I set
a task to open the database and run the macro automatically?
Thanks a lot Jeff..... Awesome help....
When Q&A was big, I was pretty good at it but access is another story.....
THX
[quoted text clipped - 14 lines]Rob, Glad you found it works for you. To close MS access AFTER your macro
has completed it's work, simply put a "quit" as the last thing the macro does.