soloprogrammer
Programmer
I'm using Microsoft Access 2002 with a SQL Server backend for an application. I have a table that has a primary key with an identity that is automatically generated. And then I have a column in that table that is a text field that I do not want the users to be able to duplicate. Is there anyway to add an index to this text field so that it can't be duplicated or is there a better way to do this?