Question : using autoexec macro and windows scheduled task to run queries

I use auto exec macro, module and windows scheduled tasks to run a query.
Now I want to run two more queries - each at a different time- is that possible?
Module1
Public Function startprog()
DoCmd.SetWarnings False
DoCmd.OpenQuery "qryUpdate"
DoCmd.Quit acQuitSaveNone
End Function
Macro
AutoExec
(action) RUN CODE      
function name

that code is what I am using,
thank you

Answer : using autoexec macro and windows scheduled task to run queries

create another .bat file that will run a macro and use the  scheduled tasks to set the time to run the .bat file
Random Solutions  
 
programming4us programming4us