Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How can I have a Query run automatically at a certain time of day 1

Status
Not open for further replies.

JoaquimM

Programmer
May 19, 2003
9
US
I have a query that I need to have run automatically at a certain time of day everyday. Anyone have any ideas on how I can do this? Would really appreciate the help
 
Use windows scheduler to open the database at a set time. Create a macro called autoexec in the database that calls the query, this will get invoked when the bd opens.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top