Microsoft
Software
Hardware
Network
Question : MS Access / VBA: How to do a fuzzy compare of strings. (finding name changes)
My application imports tables of personel data.
I need to keep the names up to date.
In order to do this, I compare the the imported name with the one on file.
But I dont want to always update the stores name.
I want to be able to know which names are very different and which are only slightly different.
For instance, the difference between Kris and Cris is only one letter, of 25% of the word.
But the difference between Smith and Jones is all 5 letters, or 100% of the word.
I'm at a loss of how to approach this. Any help would be appreciated.
Answer : MS Access / VBA: How to do a fuzzy compare of strings. (finding name changes)
see if this link helps
Verifying Names using Soundex
http://msdn.microsoft.com/
en-us/libr
ary/
aa6621
78(office.
11).aspx
Random Solutions
Help with Lucene query in Alfresco
10 lines of C# to VB.NET translation supervising
Mounting NFS NAS in ESX 3
SBS 2008 - STOP c00002e2
iPad Camera Connection Kit does not display .jpg images on iPad
Outlook 2007 does not remember password.
Pass value on form through Querystring Javascript
Remove space from textbox automatically
Creating a Linux ready CD-R style boot disc ...
what is the default directory to run jsp file from tomcat 5.5 and what directory for mysql_connector.jar file to be placed?