Run macro daily

S

shuchung

Hi,

I have a macro which is required to run daily. Is there
any method to do so? I am not sure whether there are any
scheduling method in Access XP
 
P

Pat Garard

Since you MUST run Access, in order to run the macro,
I suggest you schedule Access itself, together with the
/x Switch.
Write a NEW Macro (say 'mcrSchedule') with two lines:
RunMacro mcrYourDailyMacro
Quit

Acess YourDatabaseNameAndPath //x mcrSchedule
--
Hope This Helps,

Pat Garard.
apgarardATbigpondDOTnetDOTau
_______________________________________________

"One look is worth a thousand rumours."
Wen Hou, Warring States Period.
"Look twice!"
Pat Garard, 2003.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top