B
bilbo+
Hi there, i have an address memo box that is used to show the entries of each
line of address that are entered, they are entered by first line, county etc
and then I have created this...
=[address] & "," & (Chr(13)) & (Chr(10)) & [city] & "," & (Chr(13)) &
(Chr(10)) & [County] & "," & (Chr(13)) & (Chr(10)) & [PostalCode] & "," &
(Chr(13)) & (Chr(10)) & [country] & "," & (Chr(13)) & (Chr(10))
to show them all in the memo box as one, However i was wondering would there
be a way of ignoring the comma every time there isnt an entry inthe previous
field, for example, if there wasnt a county entry could i get it to skip the
comma that should go after it?
Thanks for your help, WK
line of address that are entered, they are entered by first line, county etc
and then I have created this...
=[address] & "," & (Chr(13)) & (Chr(10)) & [city] & "," & (Chr(13)) &
(Chr(10)) & [County] & "," & (Chr(13)) & (Chr(10)) & [PostalCode] & "," &
(Chr(13)) & (Chr(10)) & [country] & "," & (Chr(13)) & (Chr(10))
to show them all in the memo box as one, However i was wondering would there
be a way of ignoring the comma every time there isnt an entry inthe previous
field, for example, if there wasnt a county entry could i get it to skip the
comma that should go after it?
Thanks for your help, WK