C
ChuckW
Hi,
I have a table of people and their contact information.
There is an autonumber field that exists since there is a
form for adding people to the table. There is a field
for First Name and a field for last name along with
Address, City, State, Zip, Phone and e-mail. I would
like to somehow prevent duplicate names from being added
to the database but since my first and last names are in
separate fields I am not sure how to do this. There are
often couples in the database with the same phone number
so that won't work and e-mail is often blank. Is there a
way to prevent duplicates from being added to the
database given my situation? I can change the fields if
I need to but there are advantages of having first and
last name in separate fields.
Thanks,
Chuck
I have a table of people and their contact information.
There is an autonumber field that exists since there is a
form for adding people to the table. There is a field
for First Name and a field for last name along with
Address, City, State, Zip, Phone and e-mail. I would
like to somehow prevent duplicate names from being added
to the database but since my first and last names are in
separate fields I am not sure how to do this. There are
often couples in the database with the same phone number
so that won't work and e-mail is often blank. Is there a
way to prevent duplicates from being added to the
database given my situation? I can change the fields if
I need to but there are advantages of having first and
last name in separate fields.
Thanks,
Chuck