Access and Email

R

Rob

Is it possible to use a control button to generate an email message that
automatically pulls the email address from a field stored in the Access
database, and perhaps includes a pre-scripted text content? If so, how?
 
A

Arvin Meyer

Rob said:
Is it possible to use a control button to generate an email message that
automatically pulls the email address from a field stored in the Access
database, and perhaps includes a pre-scripted text content? If so, how?

Have a look at the code at:

http://www.datastrat.com/Code/OutlookEmail.txt

You can substitute a controlname variable for the address in the "To:"
string. Also look in the help files for "SendObject"
--
Arvin Meyer, MCP, MVP
Microsoft Access
Free Access downloads:
http://www.datastrat.com
http://www.mvps.org/access
 
Top