C
Carlos Alvarez
I maintain a database which collects thousands of
organization names submitted by individuals. In looking
for matches of organization names, the challenge lies in
the multiple variations of names which a query usually
doesn't match. Examples of this would be "IBM" vs
"International Business Machines", "UConn" vs "University
of Connecticut", "FDA" vs "Food and Drug Administration".
A normalized table with a primary key would be ideal, where
a user could then choose from a combo box of organization
names to identify an organization they are affiliated with.
I know I can't be the first one to be dealing with this
issue, so I am looking to draw on experience from a pro here.
Thought about perhaps looking for a subscription service
that would provide organization name, address(city, state
would suffice), and Federal Tax ID Number(which would be
used as primary key) and include monthly updates, but I
really don't know if this type of subscription even exists.
Any advice on this?
Thanks,
Carlos
organization names submitted by individuals. In looking
for matches of organization names, the challenge lies in
the multiple variations of names which a query usually
doesn't match. Examples of this would be "IBM" vs
"International Business Machines", "UConn" vs "University
of Connecticut", "FDA" vs "Food and Drug Administration".
A normalized table with a primary key would be ideal, where
a user could then choose from a combo box of organization
names to identify an organization they are affiliated with.
I know I can't be the first one to be dealing with this
issue, so I am looking to draw on experience from a pro here.
Thought about perhaps looking for a subscription service
that would provide organization name, address(city, state
would suffice), and Federal Tax ID Number(which would be
used as primary key) and include monthly updates, but I
really don't know if this type of subscription even exists.
Any advice on this?
Thanks,
Carlos