ianbrown76
Technical User
Hi,
I have two tables that I would like to match by name within a query. There are two fields I use for the name in each table, Surname and Forename. When I join the tables together by Surname I qet thousands of records back.
How do I get back the records where the forenames are similair e.g. Rachel may be spealt differently in each, where one field contains Chris and the other Christopher, Adele and Della, where Bert Smith matches Albert Smith or P Smith matches Peter Smith etc etc?
The methods I have used I only seem to get identical matches back. Using LIKE within the Criteria row etc.
If you could help me I'd most appreciate it.
I have two tables that I would like to match by name within a query. There are two fields I use for the name in each table, Surname and Forename. When I join the tables together by Surname I qet thousands of records back.
How do I get back the records where the forenames are similair e.g. Rachel may be spealt differently in each, where one field contains Chris and the other Christopher, Adele and Della, where Bert Smith matches Albert Smith or P Smith matches Peter Smith etc etc?
The methods I have used I only seem to get identical matches back. Using LIKE within the Criteria row etc.
If you could help me I'd most appreciate it.