S
Sue Compelling
I have the following text box control source of:
=[IFirstName] & " " & [ILastName] & Chr(13) & Chr(10) & [IPAddress] &
Chr(13) & Chr(10) & [IPDistrict] & Chr(13) & Chr(10) & [IPCity] & " " &
[IPPostalCode]
though there are some instances where the record does not have the District
or City details and I don't want the result to have empty lines - eg:
David Kirton
33 Round Street
AUCKLAND 1007
Is there a way I can eliminate this from happening?
TIA --
Sue Compelling
=[IFirstName] & " " & [ILastName] & Chr(13) & Chr(10) & [IPAddress] &
Chr(13) & Chr(10) & [IPDistrict] & Chr(13) & Chr(10) & [IPCity] & " " &
[IPPostalCode]
though there are some instances where the record does not have the District
or City details and I don't want the result to have empty lines - eg:
David Kirton
33 Round Street
AUCKLAND 1007
Is there a way I can eliminate this from happening?
TIA --
Sue Compelling