Hello,
I have two tables in access, Table1 & Table2.
Table1 has fields: LocalityCode, StreetName
Table2 : Address, LocalityCode.
I have to update LocalityCode from Table2 with localitycode of table1 if the address field of Table2 contains the streetname of Table1. The streetname can be in any position in the field address.
My problem is which function to use in the SQL statement in order to compare address field with the streetname.
Thanks in advance for the help.
I have two tables in access, Table1 & Table2.
Table1 has fields: LocalityCode, StreetName
Table2 : Address, LocalityCode.
I have to update LocalityCode from Table2 with localitycode of table1 if the address field of Table2 contains the streetname of Table1. The streetname can be in any position in the field address.
My problem is which function to use in the SQL statement in order to compare address field with the streetname.
Thanks in advance for the help.