G
Guest
Does anyone have a little vba trick for comparing two strings to see how
close they are? I am trying to match two databases the field that will put
them together was entered by several different people to the tune of about
26,000 records and there may be slight differences. I tried using SQL Like
Command and changing one string To include "%" every other character, but the
problem is not all of the letters in that string may be in the other. If I
could test for a percentage of comparison, I could adjust to narrow my hits.
I am using Access2003
Any help is greatly appreciated
close they are? I am trying to match two databases the field that will put
them together was entered by several different people to the tune of about
26,000 records and there may be slight differences. I tried using SQL Like
Command and changing one string To include "%" every other character, but the
problem is not all of the letters in that string may be in the other. If I
could test for a percentage of comparison, I could adjust to narrow my hits.
I am using Access2003
Any help is greatly appreciated