Instead of using the Address Block, just insert the actual merge fields in
the configuration that you want them. To eliminate a blank line where the
Address2 field contains no data, you will need to use an If...then...Else
field construction
{ IF { MERGEFIELD Address2 } = "" "{ MERGEFIELD City } { MERGEFIELD State }
{ MERGEFIELD Zip }" "{MERGEFIELD Address2 }¶
{ MERGEFIELD City } { MERGEFIELD State } { MERGEFIELD Zip }" }
You must use Ctrl+F9 to insert each pair of field delimiters { } and use
Alt+F9 to toggle off their display. Where the pilcrow (¶) appears in the
above construction, press the Enter Key or Shift+Enter.
--
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, originally posted via msnews.microsoft.com