Hi everyone!
I have several fields in my table "Employees". But I want to make sure that a user doesn't enter the same employee information twice...more specifically, I'm not trying to prevent a single field (like "Last Name") but trying to prevent duplicating the record (which includes all the other fields...because some people may have the same last name or first name).
How can I go about doing so?
I have several fields in my table "Employees". But I want to make sure that a user doesn't enter the same employee information twice...more specifically, I'm not trying to prevent a single field (like "Last Name") but trying to prevent duplicating the record (which includes all the other fields...because some people may have the same last name or first name).
How can I go about doing so?