A
Anne
My database does have an EmployeeID, which is an autonumber and primary key,
social security number (no duplicated allowed), EmployeeLastName,
EmployeeFirstName, EmployeeMI.
The case happened now, that the user input a new employee, with the social
security number being out by one digit, but used the exact same last and
first name.
How can I set up in the table (or somewhere else?) that combination of
LastName, firstName and MI when it is a duplicate, it is not allowed.
social security number (no duplicated allowed), EmployeeLastName,
EmployeeFirstName, EmployeeMI.
The case happened now, that the user input a new employee, with the social
security number being out by one digit, but used the exact same last and
first name.
How can I set up in the table (or somewhere else?) that combination of
LastName, firstName and MI when it is a duplicate, it is not allowed.