Prevent duplicate values from being entered into a field
Prevent duplicate values from being entered into a field
A single-field primary key prohibits duplicate values in that field to ensure that each record has a unique identifier. However, you may want to prevent duplicate values in other fields as well. For example, you might want to assign computers to employees using a serial number field for the computers.