Pattern Matching or Sound Alike

B

BC

Hello All,
I am looking for a function or algorithm to pattern match
addresses.
We have a large listing of addresses. Due to clients not
knowing what their correct street number is or liberally
interpreting it('12345th Street South' could be entered
as '12345 S Street') we have duplicate data. Is there a
way to prevent this by doing a evaluation of the address
using the Before Update preperty?
Even better, is there a address checking utility or
function that references the USPS database?

Thanks in advance.

Brian Clark
 
G

Guest

Thanks Wayne,
I have some wonderful code for the soundex type
algorithms.
Unfortunately they do not work with numbers, only western
style names.

Thanks again,

Brian Clark
 
W

Wayne Morgan

There are code routines that will convert numbers into their word forms
(i.e. 1200 into one thousand two hundred), if you did this first, will
Soundex work?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top