D
DSmith
Using this formula in a report:
=([FirstName] & " " & [LastName]) & Chr(13) & Chr(10) & [Address] & Chr(13)
& Chr(10) & [Address2] & Chr(13) & Chr(10) & [City] & "," & [State] & " " &
[zipcode]
If there is no address2 I get a blank line. Anyone know how I can get rid of
the blank line? Already have it marked yes to expand and shrink. Thanks
=([FirstName] & " " & [LastName]) & Chr(13) & Chr(10) & [Address] & Chr(13)
& Chr(10) & [Address2] & Chr(13) & Chr(10) & [City] & "," & [State] & " " &
[zipcode]
If there is no address2 I get a blank line. Anyone know how I can get rid of
the blank line? Already have it marked yes to expand and shrink. Thanks