Hi Greg,
When executing the merge, Word gives you the option to print or not print blank lines.
Alternatively, you could suppress the blank lines via the use of an IF field. To do this:
.. duplicate the mailmerge field to be suppressed (eg «MyData») so that you get:
«MyData»«MyData»;
.. select both fields and Press Ctrl-F9, you'll get:
{ «MyData»«MyData» };
.. fill in between the braces so that you end up with:
{IF«myData»= "" "" "«MyData»¶
"},
where the '¶' is a paragraph mark or line-feed, depending on which you're using
.. delete the existing paragraph mark or line-feed that's outside the mergefield;
.. position the cursor anywhere in this field and press F9 to update it;
.. run your mailmerge.
--
Cheers
macropod
[MVP - Microsoft Word]
GregNga said:
How to I get Word mail merge to ignore blank address fields. In other words,
If address field 2 is blank, I don't want to priht a blank line