G
Guest
On printing an Access2003 doc: I am printing the customers address for
mailing. If they have a address2 (more then just a street name...address1 in
this case would be a suite name, etc) I want to print it, if not, I don't BUT
I don't want the blank line there. How would one do that?
=[FirstName] & " " & [LastName] & Chr(13) & Chr(10) & [Addr1] & Chr(13) &
Chr(10) & [Addr2] & ", " & [State] & " " & [Zip]...
Thanks so much ...in advance for your effort!
mailing. If they have a address2 (more then just a street name...address1 in
this case would be a suite name, etc) I want to print it, if not, I don't BUT
I don't want the blank line there. How would one do that?
=[FirstName] & " " & [LastName] & Chr(13) & Chr(10) & [Addr1] & Chr(13) &
Chr(10) & [Addr2] & ", " & [State] & " " & [Zip]...
Thanks so much ...in advance for your effort!