The above means that your application would have to be loaded, and running
all the time. That takes up memory, resources, and furthermore, you have to
remember to keep the appcation loaded....even after reboots of the machines
etc.
A MUCH better approach would be to create a windows script that you place
into the windows scheduler and set that script to run once every 24 hours.
Thanks, this works great. I have another question. How do I open access and
then open an access form and run a command button click event on the form
using the vbscript method instead of a opening access and running a module?