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

有帮助吗?

解决方案

You can select Enforce unique values in columns settings.

More info in MSDN: Enforcing Uniqueness in Column Values.

许可以下: CC-BY-SA归因
scroll top