Stoping duplicates over 3 fields

scotlin

New member
Local time
Today, 21:28
Joined
Oct 14, 2004
Messages
6
Is there any way I can stop the same permutation of three field values being duplicated in a table.
eg
a - b - c is ok
a - b - d is ok
b - c - e is ok
a - e - c is ok
a - b - c ......duplicate
 
Create a composite primary key comprised of those three fields.

Regards,
Tim
 
Thanks It works
 

Users who are viewing this thread

Back
Top Bottom