Hi
I have two databases, with different table and field names.
DB 1 - has a table called NMZ and has a field called F_Name (first name)
DB 2 - has a table called DTLS and has a field call NME - (first name)
What I want to be able to do is compare the data in F_Name to the data in NME and see if the data is similar so that I can link F_NAME to NME based on a probability that the data contained is similar.
Does anyone have any idea how to do this?
There are more fields than just one, so looking at how to do it across multiple fields and mulitple databases.
Thank you
I have two databases, with different table and field names.
DB 1 - has a table called NMZ and has a field called F_Name (first name)
DB 2 - has a table called DTLS and has a field call NME - (first name)
What I want to be able to do is compare the data in F_Name to the data in NME and see if the data is similar so that I can link F_NAME to NME based on a probability that the data contained is similar.
Does anyone have any idea how to do this?
There are more fields than just one, so looking at how to do it across multiple fields and mulitple databases.
Thank you