creating unique constraint

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
 
S

Sam

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
 
Top