emailing from access with current date as trigger

I

inthewoods

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?
 
J

John Nurick

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.
 
I

inthewoods

Thanks John,

I'll review this information



John Nurick said:
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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top