Timing Access queires

C

carrie

I have queries that I run each, day, week, month, can I set these up so they
run on their own?
 
K

Klatuu

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.
 
Top