Timing Access queires

  • Thread starter Thread starter carrie
  • Start date Start date
C

carrie

I have queries that I run each, day, week, month, can I set these up so they
run on their own?
 
Yes you can.
Use the windows task scheduler to run the mdb with an autoexe macro that
runs the queries. You may need several small apps to run the specific
queries you want because they may be on different schedules.
 
Back
Top