G
Guest
Hi - I want to display the name and address of an individual in a
'non-editable] field so that it looks like a proper mailing address [with new
lines rather than all strung together]. I tried this expression in the text
control [from a previous post by another person] but it doesn't work ....
([CG1FirstName] & " " & [CG1LastName] & chr(13) & chr(10) & [CG1Address] &
chr(13) & chr(10) & [CG1District] & chr(13) & chr(10) [CG1City] & " " &
[CG1PostalCode])
What am I doing wrong?
TIA
'non-editable] field so that it looks like a proper mailing address [with new
lines rather than all strung together]. I tried this expression in the text
control [from a previous post by another person] but it doesn't work ....
([CG1FirstName] & " " & [CG1LastName] & chr(13) & chr(10) & [CG1Address] &
chr(13) & chr(10) & [CG1District] & chr(13) & chr(10) [CG1City] & " " &
[CG1PostalCode])
What am I doing wrong?
TIA