A
Alex
I'm doing a task scheduler macro that is deleting data from a table and then
adding
a new data there.
"C:\Program Files\Office\Office11\msaccess.exe" "C:\SomePath\MyDB.mdb"
/x mcrMacro
Everything is working.
But, I'm getting MS Access worning notifivcations before rows deleting and
append query.
How could I avoid it?
I was trying to use a function in a module with the same queries and
DoCmd.SetWarnings False
substituting the mcrMacro with the funFunction in the task schedular run line.
But the task scheduler is giving an error message saying it cannot find the
macro with that function name.
Probably it should be something else instead of /x in the Task Schedular
line for function.
YThanks
adding
a new data there.
"C:\Program Files\Office\Office11\msaccess.exe" "C:\SomePath\MyDB.mdb"
/x mcrMacro
Everything is working.
But, I'm getting MS Access worning notifivcations before rows deleting and
append query.
How could I avoid it?
I was trying to use a function in a module with the same queries and
DoCmd.SetWarnings False
substituting the mcrMacro with the funFunction in the task schedular run line.
But the task scheduler is giving an error message saying it cannot find the
macro with that function name.
Probably it should be something else instead of /x in the Task Schedular
line for function.
YThanks