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
Terminal Server Printing
xml to array
SSIS and variable issues
How to access a Watchguard Firebox X750e Core
Game Development - Story Boarding a Game
Create a list of users in Active Directory whose account has been locked out for 90 days
ABAP syntax error:statement is not accessible
UC540 newbie here cannot get UC540 to answer
Filemaker Pro Summary Report - Obtraining Fractions from Summary Field
Columns cannot convert between unicode and non-unicode string data types.