MailMerge field new line

  • Thread starter Thread starter crsnt
  • Start date Start date
C

crsnt

Hi,

I'm mail merging data from SQL database with Word Document.

I have a field that contains comma-delimited string (e.g Name1, Name2, Name3)

and my field name in Word is <<NameList>>

I want to turn those commas to new line so it shows:
Name1
Name2
Name3

How can I do this?

Thanks for the help,

Andreas
 
Hi crsnt,

The mailmerge process can't do this. You need to either change the data at the source or use Find/Replace, for example, after
completing the merge.
 
Back
Top