View Full Version : Automating Macros to run at the same time


talleyrobyn
07-24-2009, 07:56 AM
I know very little and new to Access and running macros. I was wondering if there was a command or way to run my macro the same time each month? I do use VBA code either.

ted.martin
08-09-2009, 07:41 AM
try setting a reminder in Outlook; it will be easier.

Endre
08-09-2009, 08:45 AM
Open up your Windows Control Panel and create and schedule a batch job (Scheduled Tasks) to run each month. The batch job should open up your mdb which can autoexecute your macro on startup and then shut your app down again.