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
DHCP Client service keeps stopping when you reboot.
anchor on seperate page not working in safari and firefox
Mail stuck in Lotus oubox
Exporting mailboxes to PST in Exchange 2007 running on SBS 2008
SCCM Operating System Deployment with SCCM and Multiple Model's of HP Notebooks
jQuery Colorbox - Open iframe from iframe
Documentation for Palo Alto PA 500 firewall
Formula to calculate all position for given matrix
Exchange 2010 Domain Prep
Binding List<Class> to DropDownList C#