S scotlin New member Local time Today, 12:49 Joined Oct 14, 2004 Messages 6 Oct 15, 2004 #1 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
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
P pono1 Registered User. Local time Today, 05:49 Joined Jun 23, 2002 Messages 1,186 Oct 15, 2004 #2 Create a composite primary key comprised of those three fields. Regards, Tim
S scotlin New member Local time Today, 12:49 Joined Oct 14, 2004 Messages 6 Oct 15, 2004 #3 Thanks It works