send email to group recipients from table

wilkob

Registered User.
Local time
Today, 13:43
Joined
Jan 10, 2005
Messages
86
Hope I can make clear what I like to do:

I have a company in Germany for which I have entered all e-mailaddresses in a table. Table consists of two fields: Name + e-mailaddresses

In a form I have a button to send mail in which I used to have all the e-mailaddresses listed for the German company. Now I would like to enter the name from above table to send to all these recipients.
The advantage is that the users of the database can change or add addresses themselves.

Below is what I tried but failed to work. Any ideas??

Private Sub Command4_Click()
DoCmd.SendObject acReport, "Query2", acFormatXLS, "Germany", "", "", "Sales report", "see attached document", False, ""
End Sub
 

Users who are viewing this thread

Back
Top Bottom