How can you ensure that each value saved in a particular field is unique from all other values in the field?
Set the Indexed property to Yes (No Duplicates)
Set the Required property to Yes (Unique Values)
Set the Validation Rule property to No Duplicates
Set the Indexed property to No