Reputation: 81342
In SQL its possible to have fields that cannot contain duplicate data.
How is this possible in SharePoint?
Lets say you have a list containing values like
ORANGES
APPLES
PEARS
How do you ensure that the user cannot enter
ORANGES
APPLES
PEARS
ORANGES
Thanks
Upvotes: 3
Views: 4090
Reputation: 3037
Looks like this can be done in 2010
If you go to your list settings and click on the column there is the option "Enforce unique values"
Upvotes: 3
Reputation: 60047
This can't be done out of the box. But there are these community solutions:
Upvotes: 2