If you defined your concatenate function so that it inserted a special
character between each item in the list, you could then use edit replace in
Word to replace those characters with a carriage return.
However, why not just use an Access report?

Signature
Hope this helps.
Please reply to the newsgroup unless you wish to avail yourself of my
services on a paid consulting basis.
Doug Robbins - Word MVP
> On Cindy Meister's web page:
>
[quoted text clipped - 20 lines]
> Thanks,
> Mark
magicdds- - 13 May 2008 07:03 GMT
I can't use an Access report because I want the user to take the data that is
being merged to Word and create a custom letter that they design, according
to their desire. When the user clicks on a button on a form, Albert Kallal's
letter merging form is opened. The user can create a letter using the
mergefields from a query in the database. One of the mergefields is the
concatinated data. The user will be using Access's forms, but will not be
able to write their own reports.
If I have a comma in between each item in the list, could you tell me how to
use edit replace to replace the commas. (I never used edit replace before.)
Thanks
Mark
> If you defined your concatenate function so that it inserted a special
> character between each item in the list, you could then use edit replace in
[quoted text clipped - 26 lines]
> > Thanks,
> > Mark
magicdds- - 13 May 2008 07:11 GMT
I forgot to add that if you meant that I should use the Edit on the menu bar
and then click on Replace, I am looking for the commas to be replaced
automatically during the merge and also that only the commas in the
mergefield get replaced, not he whole letter. I would need for the
replacement of the commas to be coded in to take place during the merge.
Thanks
Mark
> If you defined your concatenate function so that it inserted a special
> character between each item in the list, you could then use edit replace in
[quoted text clipped - 26 lines]
> > Thanks,
> > Mark
Doug Robbins - Word MVP - 13 May 2008 13:09 GMT
It is time to realise that there are somethings that mail merge cannot do.
Maybe a "roll-your-own" vba equivalent to mail merge is what you will need.

Signature
Hope this helps.
Please reply to the newsgroup unless you wish to avail yourself of my
services on a paid consulting basis.
Doug Robbins - Word MVP
>I forgot to add that if you meant that I should use the Edit on the menu
>bar
[quoted text clipped - 44 lines]
>> > Thanks,
>> > Mark