Hi
Hope somebody can help. I have something like 6,000 address records which have been imported into a database table which has a SQL backend and an Access front end.
Unfortunately these records were formatted as:
Address1: AddressLine1[cr]AddressLine2[cr]AddressLine3[cr]
Address2:
Address3:
City: City
Province: State
PostalCode: Zip Code
Country: Country
They have already been imported and are linked to other tables.
Is there a way to
1. Strip out the carriage returns and place each part of the address into their respective fields? ie
Address1: AddressLine1
Address2: AddressLine2
Address3: AddressLine3
Currently the fields Address2 and Address 3 are empty in most cases.
Any help would be great.
Thanks
jp
Hope somebody can help. I have something like 6,000 address records which have been imported into a database table which has a SQL backend and an Access front end.
Unfortunately these records were formatted as:
Address1: AddressLine1[cr]AddressLine2[cr]AddressLine3[cr]
Address2:
Address3:
City: City
Province: State
PostalCode: Zip Code
Country: Country
They have already been imported and are linked to other tables.
Is there a way to
1. Strip out the carriage returns and place each part of the address into their respective fields? ie
Address1: AddressLine1
Address2: AddressLine2
Address3: AddressLine3
Currently the fields Address2 and Address 3 are empty in most cases.
Any help would be great.
Thanks
jp