Pete,
Thanks for another quick response. I'm doing the merge from Access,
exporting the data as a Microsoft Word Merge document. Then using Word to
complete the e-mail merge. All of the e-mail addresses are in one column
in
Access, separated by a semi-colon. I tried changing that to a comma [as
well
as the setting for Outlook to accept commas to separate e-mail addresses],
but it still didn't work (tried with a semi-colon and a space, semi-colon
and
no space, comma and a space, comma and no space). I'm using Access 2003,
Word
2003, and Outlook 2003.
Thanks for all your help with this!
Pete D. said:
Not a dumb question, dumb response from someone that assumed. Give me a
little more info on how you are doing the merge, macro, vba? If vba post
your code. Are all the email address currently in one field. Use the
semi-colon for outlook which makes one more question, what email program?
Are you doing it from word using access as data source? Sorry for the
incomplete answer. Pete
Okay, really dumb question: where does that code need to go?
:
'Resolve each Recipient's name.
For Each objOutlookRecip In .Recipients
objOutlookRecip.Resolve
In attempting tto create an e-mail mail merge, I've been unable to
determine
how to allow multiple e-mail addresses. The data is in an Access
database;
the column with e-mail addresses has each e-mail address separated
with
a
semi-colon (also tried as comma-delimited, that didn't work either).
Any suggestions?