Mail Merge: Blank Lines Not Suppressed in Included Document |
Q117338
If you include a document that contains MERGEFIELD fields in your mail
merge main document, Word for Windows does not suppress blank lines in the
included document. (To include a document, insert an INCLUDETEXT field or
choose File from the Insert menu, select the file, select the Link To File
option, and then choose OK.)
In other words, the Don't Print Blank Lines When Data Fields Are Empty
option has no effect on the MERGEFIELD fields in an included document.
We are researching this problem and will post new information here in the Microsoft Knowledge Base as it becomes available.
Create a conditional IF statement in the original document that will suppress blank lines when the data fields are empty, as in the following example
{Mergefield Name}<p>where <p> represents a paragraph mark.
{Mergefield Address} {if {mergefield Address2} <> "" "<p>
{mergefield Address2}"}<p>
{Mergefield City}, {Mergefield State} {Mergefield Zip}
"Microsoft Word User's Guide," version 6.0, pages 694, 701-702
Additional query words: 6.00a suppressed 6.00c word6 winword unsuppressed empty extra
Keywords : kbfield kbmerge
Issue type :
Technology :
|
Last Reviewed: November 4, 2000 © 2001 Microsoft Corporation. All rights reserved. Terms of Use. |