Line Suppression Does Not Occur When Merging to Fax or E-Mail |
Q122556
A mail merge document that suppresses blank lines when merged to a printer will not suppress those blank lines when the same document is merged to a fax or to E-mail.
Microsoft has confirmed this to be a problem in Word versions 6.0, 6.0a, and 6.0c for Windows. This problem was corrected in Word version 6.0 for Windows NT.
You can use a combination of mergefields and conditional IF statements to suppress blank lines whether merging to a printer or using e-mail or fax:
{mergefield firstname} {mergefield lastname}
{mergefield address1}
{if {mergefield address2} <> "" "{mergefield address2}<press enter>
"}{mergefield city}, {mergefield state} {mergefield zip}
NOTE: In the third line above, you must press ENTER before placing the
ending quotation mark (on the subsequent line) for the conditional clause.
The line that is not being suppressed is the one generated by {address2}.
Additional query words: 6.0 winword empty email electronic word6 merge e-mail fax mail print
Keywords : kbusage kbmerge
Issue type :
Technology :
|
Last Reviewed: November 4, 2000 © 2001 Microsoft Corporation. All rights reserved. Terms of Use. |