using a query to address a group of e-mail users

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

Guest

How to use the contents of the field "e-mail" of a query in Access as source for the "to" -field (the addressed people) o
an e-mail mesage in Outlook Express?
 
insert following code into a button_double_click actio


Dim strEmail as Strin

strEmail = "mailto:" & Me.[EMail
Application.FollowHyperlink Address:=strEmai
 

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