Hi,
I have this generateReport() function and need it to be activated everyday at 8AM. Formerly, the function is called when one presses the 'generate report' button in a form, but now I would like to have the report auto-generated. I believe it needs the use of 24hrs counter timer but not sure how to do this. Should i create another function timer() that would invoke generateReport(), and how do i write timer()? Pls advise...
Thanks and Regards,
NINA
I have this generateReport() function and need it to be activated everyday at 8AM. Formerly, the function is called when one presses the 'generate report' button in a form, but now I would like to have the report auto-generated. I believe it needs the use of 24hrs counter timer but not sure how to do this. Should i create another function timer() that would invoke generateReport(), and how do i write timer()? Pls advise...
Thanks and Regards,
NINA