In Crystal 8.5, you could put name2 & zip country into a formula field:
if not isnull(name2) and name2 <> " "
then name2 & CHR(13) & zip country
else zip country
The CHR(13)forces a new line, or two lines for a formula field on the report. Make the field two lines thick, or else use the [Can Grow} option.
Madawc Williams
East Anglia, Great Britain