How do I print blank lines in WORD 2002 when data fields are empty

K

Karen C.

I am trying to merge a word 2002 document where I actually do want blank
lines when a merge field is empty. In older versions of word we use to have
the option to either select or not select "Don't print blank line when data
fields are empty". In word 2002 I can't find this option. All lines seems
to be suppressed, especially if you have Service Pack 3 installed.
 
G

GTS

Karen C. said:
I am trying to merge a word 2002 document where I actually do want blank
lines when a merge field is empty. In older versions of word we use to have
the option to either select or not select "Don't print blank line when data
fields are empty". In word 2002 I can't find this option. All lines seems
to be suppressed, especially if you have Service Pack 3 installed.
An IF statement?
{IF {MERGEFIELD WHATEVER}= "" "
" "OR {MERGEFIELD WHATEVER"}
This would produce a carraige return if the mergefield WHATEVER is blank, or
print the mergefield of it is not blank...
Graham
 
P

Peter Jamieson

Open Tools|Customize|Commands, select category All Commands and locate
command MailMergeHelper to a menu or toolbar. You then have access to the
same option as in Word 2000 and earlier (in the bottom left hand button).

There is at least one significant change in this area anyway: when you nest
MERGEFIELD fields within another field such as IF or INCLUDETEXT, blank
lines are never suppressed, whereas they used to be in Word 2000.

Peter Jamieson
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top