Limiting Duplicate Entries

E

Eric Chajmovic

Hello,

I manage a database that tracks thousands of members of
our organization. A common problem we have is end-users
entering duplicate names (accounts) without checking if
the people exist in the system.

We don't track SSN or something unique - so it's hard to
manage duplicates. Some users enter in names that are
similar to the real name (by accident), therefore making
problems for us later on.

Any good ideas on how to control this type of problem?

Thanks,

Eric Chajmovic
 
H

Hugh O'Neill

Eric said:
Hello,

I manage a database that tracks thousands of members of
our organization. A common problem we have is end-users
entering duplicate names (accounts) without checking if
the people exist in the system.

We don't track SSN or something unique - so it's hard to
manage duplicates. Some users enter in names that are
similar to the real name (by accident), therefore making
problems for us later on.

Any good ideas on how to control this type of problem?

Thanks,

Eric Chajmovic


You are definitely going to need to enter some unique identifier that
each person owns. Two different John/Jane Smiths are two different
people, so you must have them identify themselves in some unique
manner. A social security number is often a good way of doing this.

hth

Hugh
 

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