D
doyle60
Is there a near match function? a function that best links two
fields. For example, I have a list of Factory Names in one table in
one database and the same in another table in another database but
where the names may not match exactly. That is, "BenDoogie" in one
table may appear as "BenDoogie, Inc." in the other. Or "Gil Marin" in
one may appear as "G. Marin" in the other. I want some code that will
best link them by finding the longest exact string or something. Has
anyone ever built such code?
After it runs, of course, it will not editing and checking.
Thanks,
Matt
fields. For example, I have a list of Factory Names in one table in
one database and the same in another table in another database but
where the names may not match exactly. That is, "BenDoogie" in one
table may appear as "BenDoogie, Inc." in the other. Or "Gil Marin" in
one may appear as "G. Marin" in the other. I want some code that will
best link them by finding the longest exact string or something. Has
anyone ever built such code?
After it runs, of course, it will not editing and checking.
Thanks,
Matt