emailing from access with current date as trigger

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

Guest

Coding to sent emails automatically; database holds trigger date; email id;
work date; workorder information and work instructions.

After reviewing help for email confusion has set in, can someone offer
additional insight?
 
Hi,

The general idea is to set up a query that returns the records with the
relevant trigger date, and then open a recordset on this query and
iterate through it constructing and sending the emails. See
http://www.granite.ab.ca/access/email.htm for more, especially (I think)
the first link on the page.
 
Back
Top