You need to use an If...then...Else field construction that checks for the
existence of data in Address 2. If there is none, it inserts the
mergefields that otherwise be on the next line; If there is data, it
inserts the Address 2 data and then inserts a carriage return and then the
mergefields for the next line.
{ IF { MERGEFIELD "Address 2" } = "" "{ MERGEFIELD "City" } { MERGEFIELD
"State" } { MERGEFIELD "Zip" }" "{ MERGFIELD "Address 2" }[Enter]
{ MERGEFIELD "City" } { MERGEFIELD "State" } { MERGEFIELD "Zip" }" }
Ignore any line breaks that appear in the above in this message and where
[Enter] appears in the above field construction, press the "Enter" key.
You must use Ctrl+F9 to insert each pair of field delimiters { } and you use
Alt+F9 to toggle of their display.
--
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
Suzanne said:
i have created a label mail merge using data from an address list (excel)
not
all of the fields used have details ie address 2 is blank in some cases -
however i am unable to make the address lines shuffle up so there are no
blank lines on my lables
can anyone assist?