Access and Email

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

Guest

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

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

Back
Top