Sending email from Access databse

F

frommonc

New to access, setting up databases. Trying to figure out how to email from
Access. Also, if someone knows any good sites for beginners, please advise.

Thanks!!
 
D

Dirk Goldgar

frommonc said:
New to access, setting up databases. Trying to figure out how to
email from Access. Also, if someone knows any good sites for
beginners, please advise.

For a simple message, look up the SendObject method in the online help.
For more elaborate approaches, have a look at Tony Toews' Access Email
FAQ:

http://www.granite.ab.ca/access/email.htm

A good site with a wide variety of "how-to" tips is the Access Web:

http://www.mvps.org/access/
 
R

Ricky Hicks MVP

You can do this a several ways ...
On way is to use the SendObject method ...

As for a site for beginners .. try UtterAccess.com

R. Hicks
 
B

Brucels

I have used WorldMerge (www.coloradosoft.com/worldmrg/) successfully to
generate email message using information from my Access 2003 database.

I understand that Microsoft Word 2003 will accomplish the same thing, but I
haven't used it yet.

Bruce
 
Top