withoutwax
Technical User
I would be grafeful for any assistance. I have created a text field and in it I have joined text from other fields:
=([title] & " " & [first name] & " " & [surname] & "
" & [position] & "
" & [address1] & "
" & [address2] & "
" & [address3] & "
" & [address4] & "
" & [countyID] & "
" & [postcode])
What I would like to do is trim each field so that if there is no data in say "address3" then I would like what's below to move up and fill the gap. Is this possible?
=([title] & " " & [first name] & " " & [surname] & "
" & [position] & "
" & [address1] & "
" & [address2] & "
" & [address3] & "
" & [address4] & "
" & [countyID] & "
" & [postcode])
What I would like to do is trim each field so that if there is no data in say "address3" then I would like what's below to move up and fill the gap. Is this possible?