I have a database that is used in a multi user environment. It is spit (back end and front end)
I want to send a report via email at predefined times of the day. For example 12:00 (Noon)
I know how to send reports via email.
My question is: what logic do I use to ensure that the report gets sent?
I can't put the code in the back end because the back end is never actually opened.
There are 3 users using the front end, and I don't want the email sent 3 times!
Many thanks in advance
I want to send a report via email at predefined times of the day. For example 12:00 (Noon)
I know how to send reports via email.
My question is: what logic do I use to ensure that the report gets sent?
I can't put the code in the back end because the back end is never actually opened.
There are 3 users using the front end, and I don't want the email sent 3 times!
Many thanks in advance