M
mkarmali
Hello:
I have created an employee table with a primary key: employee_number.
I also have two fields: Last_name and First_name.
How can I avoid allowing people who enter data into the table to enter a
person twice? i.e. the database will allow me to add a person (same first and
last name) repeatedly as long as the key is different.
Thank you.
I have created an employee table with a primary key: employee_number.
I also have two fields: Last_name and First_name.
How can I avoid allowing people who enter data into the table to enter a
person twice? i.e. the database will allow me to add a person (same first and
last name) repeatedly as long as the key is different.
Thank you.