0

I have a text column called JPPNum, and I want to make it so a user cannot add the same JPP Number if the record with that JPP number is already in there. So no duplicate on JPP NUm, how would I do that?

enter image description here

Matt Ludwig
  • 543
  • 7
  • 14
  • 26

1 Answers1

3

You can select Enforce unique values in columns settings.

More info in MSDN: Enforcing Uniqueness in Column Values.