creating unique constraint

  • Thread starter Thread starter Sajid
  • Start date Start date
S

Sajid

Hello

Can any one tell me how to create a unique constraint on
multiple fields WITHOUT setting them as primary key.

Regards
Sajid
 
In table design view, choose view-indexes. Create an index using all the
required fields, set this index to be unique but not the primary key.

HTH
Sam
 
Back
Top