Can you send out emails using Outlook from the data in Access?

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

Guest

Is there an easy way to use the data fields from an Access 2003 database to
send emails using Outlook 2003 to every email address in the database using
the data from each entry?
 
Is there an easy way to use the data fields from an Access 2003 database to
send emails using Outlook 2003 to every email address in the database using
the data from each entry?

yes. You could open a recordset based on a table or query, then loop
through it in code, sending an e-mail for each record... Look around
the .programming newsgroup and there should be tons of examples. If
not, look at the MS website.
 
I appreciate that answer and have looked at other siilar answers but the
"code" and stuff is way above my head :(
 
Back
Top