mailing labels blank fields

T

Terry the Terror

Can anyone tell me how to have a blank field skipped in a mail merge. I have
tried the Word Help but the field id still there. SOme addresses have detail
in the field and I want them to stay.
 
D

Doug Robbins - Word MVP

Use an If...then...Else field construction such as:

{ IF { MERGEFIELD fieldthatmightbeblank } <> "" "{ MERGEFIELD
fieldthatmightbeblank }¶
{ MERGEFIELD nextfield }" "{ MERGEFIELD nextfield }" }

You must use Ctrl+F9 to insert each pair of field delimiters { } and where
the ¶ appears in the above, press the Enter key (or Shift+Enter) to start a
new line.

--
Hope this helps.

Please reply to the newsgroup unless you wish to avail yourself of my
services on a paid consulting basis.

Doug Robbins - Word MVP
 

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