M
Mark1
Right now, I have an access macro scheduled to run on Windows Task Scheduler.
I would like to include something in that macro that will give me an
indication of the status of the scheduled task. This sounds trivial except
that the scheduled task / macro will be running on another PC. So, I was
thinking about making some code in the macro that will say something like:
if the scheduled task ran, then NET SEND ME "Ran fine" else
NET SEND ME "did not run fine"
Anybody ever done anything like this before? Thanks!
I would like to include something in that macro that will give me an
indication of the status of the scheduled task. This sounds trivial except
that the scheduled task / macro will be running on another PC. So, I was
thinking about making some code in the macro that will say something like:
if the scheduled task ran, then NET SEND ME "Ran fine" else
NET SEND ME "did not run fine"
Anybody ever done anything like this before? Thanks!