Microsoft
Software
Hardware
Network
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
Access VBA probplem with GetRows
Does this HP ML370 G3 server support 64-bit OS?
asp.net I am trying to convert an html form into an aspx form or ? what ever. Need Help on how to to it.
Winzip 12 Backup Job Issues ?
Blackberry Users can receive but not send
Windows 7 - Windows could not be activated
find textbox and start div underneath it
Make wireless networking
VB6 end of support - consequences for practice
Sharepoint Survey: Clicked 'No' to 'Show user names while creating the survey! Is there a way to turn the feature back on to see the names again?