Create a macro that run each of your queries. Then create a scheduled task that use the /x command line switch (http://support.microsoft.com/kb/209207) to run each of the queries.
Create a macro that run each of your queries. Then create a scheduled task that use the /x command line switch (http://support.microsoft.com/kb/209207) to run each of the queries.
You need to develop your MS Access project, with this:
docmd.RunMacro "AutoExec"
Run the .exe using the Windows Task Scheduler. How you develop your project is totally up to you. See the links below for an illustrated tutorial on how to use the Windows Task Scheduler.