Auto Export Query

  • Thread starter Thread starter AJOLSON
  • Start date Start date
A

AJOLSON

I would like have access import a file, then export a query based on that
file. However I would like that to happen automatically, based on a
recurring date and time. Say Every Monday Morning at 8:am.
Can anyone point me in the right direction?
I have the code to do it via a command button but I would like to automate
it. Thanks
 
Either use the Windows Task Scheduler (this is preferred) to open a database
front-end and accomplish the action, or leave a database open with the Timer
event set to run if it's Monday 8:AM.
 
Back
Top