Algorithm

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have two tables in a database. One that contains the official names for
countries, provinces and towns, and another that has specific site data keyed
on town names.

The problem is that the second table town names are often not spelled
correctly and obviously do not match the official names. I would like to
write a code module in VBA that would select a town name and then search the
official name table for the best match and add that offical name to a blank
field so that I can review the results befor commiting a change.

Is there an algorithm that would get me the best match?

Thanks,

Larry
 
Back
Top