T
Tony Ciconte
I would like to provide the user with the ability to identify
duplicate records based on a person's first and last name. This works
OK as long as the spelling of both names matches. However, if the user
types a person's name slightly different it gets around my duplicate
checking code. For example, I would like to catch that Robert Smith
may be the same person as Rob Smith or Bob Smith or Robt. Smith.
I have recently investigated using a Soundex type algorithm to do this
fuzzy logic. There are numerous algorithms available but I have been
unable to find any instructions and/or code that describes how you
actually implement this process.
Any and all help or guidance is greatly appreciated.
duplicate records based on a person's first and last name. This works
OK as long as the spelling of both names matches. However, if the user
types a person's name slightly different it gets around my duplicate
checking code. For example, I would like to catch that Robert Smith
may be the same person as Rob Smith or Bob Smith or Robt. Smith.
I have recently investigated using a Soundex type algorithm to do this
fuzzy logic. There are numerous algorithms available but I have been
unable to find any instructions and/or code that describes how you
actually implement this process.
Any and all help or guidance is greatly appreciated.