Z
Zippy
I have a fairly simple table which has three fields.
Field1 is a Unique ID
Field2 is a Part number ie P0001
Field3 is a test number ie Test 1
What I am trying to achieve is to have the unique ID which is not allowed to
have duplicates and Fields 2 and 3 to be unique in combination
For instance:
UniqueID1 P0001 Test 1
UniqueID2 P0001 Test 2
UniqueID3 P0002 Test1
Is fine but:
UniqueID1 P0001 Test 1
UniqueID2 P0001 Test 2
UniqueID3 P0001 Test1
is not.
I thoughta multifield index would work but I can't get it to work with the
UNiqueID field as part of the index. Should I be using another technique
such as a validation rule or am I completely on the wrong track?
TIA
Zippy
Field1 is a Unique ID
Field2 is a Part number ie P0001
Field3 is a test number ie Test 1
What I am trying to achieve is to have the unique ID which is not allowed to
have duplicates and Fields 2 and 3 to be unique in combination
For instance:
UniqueID1 P0001 Test 1
UniqueID2 P0001 Test 2
UniqueID3 P0002 Test1
Is fine but:
UniqueID1 P0001 Test 1
UniqueID2 P0001 Test 2
UniqueID3 P0001 Test1
is not.
I thoughta multifield index would work but I can't get it to work with the
UNiqueID field as part of the index. Should I be using another technique
such as a validation rule or am I completely on the wrong track?
TIA
Zippy