Good morning,
My boss wants an email notification to be sent from our
Access database when today's date is 70-, 28- and 7-days prior to a certain Due Date (in our database). (This Due Date is calculated in a query and viewed in a Form)
I have read most of the SendObject threads to this Forum, but I still have 2 questions. Would something like SendObject automatically email a notification on its own, even if no one is in the database? I am concerned that one of the trigger dates (70, 28 or 7 days prior) will occur on a weekend and the email would not be triggered because no one is in the database.
My second question from reading the Threads is: where would I place the VBA code for this?
*******in the Form's property, or the (Calculated) Field's property?
*******on what event? (things like OnClick and OnFocus would not play here, but if I placed SendObject code for the On Timer event (say at 24 hours) on the Form's property, would this run even if database is not open?
sjl
My boss wants an email notification to be sent from our
Access database when today's date is 70-, 28- and 7-days prior to a certain Due Date (in our database). (This Due Date is calculated in a query and viewed in a Form)
I have read most of the SendObject threads to this Forum, but I still have 2 questions. Would something like SendObject automatically email a notification on its own, even if no one is in the database? I am concerned that one of the trigger dates (70, 28 or 7 days prior) will occur on a weekend and the email would not be triggered because no one is in the database.
My second question from reading the Threads is: where would I place the VBA code for this?
*******in the Form's property, or the (Calculated) Field's property?
*******on what event? (things like OnClick and OnFocus would not play here, but if I placed SendObject code for the On Timer event (say at 24 hours) on the Form's property, would this run even if database is not open?
sjl