Email from Access 2002

J

John K

Can anyone explain how I can send e mail from a record
within an access database?

Basically I have a contact database that amongst other
things contains e mail addresses, I'd like to be able to
send an e mail from a record, where it takes the address
from that record, and then also to be able to do a "mail
merge" on multiple records through a query and then send
an e mail to them.

If any one has any idea's I'd be grateful.

Regards

J King
 
S

Sandra Daigle

Hi John,

Here are some links to articles that should give you some ideas on different
ways to accomplish this:

Q161088 Using Automation to Send a Microsoft Outlook Message
http://support.microsoft.com/?id=161088

HOW TO: Use Automation to Send a Microsoft Outlook Message using Access 2000
http://support.microsoft.com/?id=209948

ACC97: How to Use a Recordset to Send Outlook E-Mail to Multiple Recipients
http://support.microsoft.com/?id=318881

Outlook for the Summer (Programming Microsoft Outlook Objects)
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnofftalk/html/office071299.asp

For more ideas take a look at this site:

Tony Toew's Email FAQ
http://www.granite.ab.ca/access/email.htm
 
Top