Good morning,
I've finally got my email notifications sent via SMTP, and if (while the database is open) I activate the Form whose VBA generates the email, just one set of notifications is sent.
And, if I double click the database's Macro which the Scheduled Task uses to begin the process (Open Form: frmEmail_Notif_onOpen_SMTP), just one set of notifications is sent.
However, when I actually schedule the task to run "Once" at XX:XX time, using this trigger: X mcrOpenEmailNotif_SMTP, 2 copies of each email are sent. (My database is not open when the Scheduled Task runs)
Any ideas why this might be happening?
thanks,
Sarah
I've finally got my email notifications sent via SMTP, and if (while the database is open) I activate the Form whose VBA generates the email, just one set of notifications is sent.
And, if I double click the database's Macro which the Scheduled Task uses to begin the process (Open Form: frmEmail_Notif_onOpen_SMTP), just one set of notifications is sent.
However, when I actually schedule the task to run "Once" at XX:XX time, using this trigger: X mcrOpenEmailNotif_SMTP, 2 copies of each email are sent. (My database is not open when the Scheduled Task runs)
Any ideas why this might be happening?
thanks,
Sarah