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

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

pietlinden

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

Guest

I appreciate that answer and have looked at other siilar answers but the
"code" and stuff is way above my head :(
 

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