Access 2000

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

How can I send an automatic e-mail out of Access when a date as expired (i.e.
Late notice)?
 
Dolphin Inc. said:
How can I send an automatic e-mail out of Access when a date as expired (i.e.
Late notice)?

Using VBA code, with a query which looks at the tickler date based on
todays date. I.e. <= Date(), set a flag in those records as "about
to send emails", loop through the recordset to send the emails, update
the flag as "sent emails", and a sent date. Repeat tomorrow.

Tony
--
Tony Toews, Microsoft Access MVP
Please respond only in the newsgroups so that others can
read the entire thread of messages.
Microsoft Access Links, Hints, Tips & Accounting Systems at
http://www.granite.ab.ca/accsmstr.htm
 
Back
Top