emailing from Access

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

Guest

Where an email address is featured on a contacts individual entry (form view)
in access - can you then click on that email and be directed straight to
Outlook to send an email?
 
This is a very common question. I'd suggest you read the hundreds of
previous posts on the topic. The easiest way I have found is to go to
www.google.com, click the "groups" option, and enter a search string like
the following...

microsoft.public.access email click link
 
Use the sendobject to open the mail box, on the dbl click event of the text
box you can enter the code

Docmd.SendObject acSendNoObject , , ,
Me.MailAddressTextBoxName,,,"Subject","Message"
 

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