View Single Post
  #2   Report Post  
Posted to microsoft.public.word.mailmerge.fields
Doug Robbins - Word MVP
 
Posts: n/a
Default suppress spaces left by blank mail merge fields

Insert and If...then...Else field

{ IF { MERGEFIELD afieldthatmaybeblank } = "" "{ MERGEFIELD nextmergefield"}
"{ MERGEFIELD afieldthatmaybeblank } { MERGEFIELD nextmergefield }" }



--
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

"k2swan" wrote in message
...
does anyone know how to suppress the blank space that is left in a mail
merge
doc if the field is blank?