Bulk email for two email fields

sara27

Registered User.
Local time
Today, 22:05
Joined
May 8, 2009
Messages
11
Hi Does anyone know if it possible to create an email merge for a table that has two email fields for each record. My table has Email 1 and Email 2 where students have an email for one parent and another for the other parent. I would like to send emails to both parents. Can it be done or do I have to do to email merges:)
thanks
Sara
 
Are you sending exactly same email to both addresses?
If so, then (regardless of what method you're using to send emails):
EmailTo=[Email 1] & ";" & [Email 2]
 

Users who are viewing this thread

Back
Top Bottom