J
jenniferspnc
There is a table with over 500,000 records (tbl_client). I have a list of
100 clients I imported into another table and need to see if they exist in
tbl_client. Problem is the naming convention of my clients may not be exact
match to how they appear in tbl_client. Is there a way to lookup based on
similarity (perhaps lookup based on the first 3 or so letters of each client
in client list)?
Example: My client list has ABC Corp but it may only appear as ABC in
tbl_client
tbl_client
client_name
client_address1
client_address2
client_city
tbl_listofclients
client_name
100 clients I imported into another table and need to see if they exist in
tbl_client. Problem is the naming convention of my clients may not be exact
match to how they appear in tbl_client. Is there a way to lookup based on
similarity (perhaps lookup based on the first 3 or so letters of each client
in client list)?
Example: My client list has ABC Corp but it may only appear as ABC in
tbl_client
tbl_client
client_name
client_address1
client_address2
client_city
tbl_listofclients
client_name