N
Nick M
Hello,
I have a table called IUList.
It has the following 3 data fields:
SerNo Type Channel
'IUList' SerNo is a relationship to a table 'IUMaster' SerNo all unique ~10k
records and consists of 2 fields: SerNo Type
Type is one of two possibilities type 11 or type 12 this translates into
channel usage.
Type 11 has only one channel. Channel 0 So I can have no duplicate entries
in IUList
Type 12 has two channels Channel 0 Channel 1 So I can have exactly 2 entries
(one duplicate) for each SerNo in the IUList
Is there a way to create a table that will not allow me to add duplicate
type 11 and allow me to add only 1 duplicate type12?
Thank you for your time.
Regards
-N
I have a table called IUList.
It has the following 3 data fields:
SerNo Type Channel
'IUList' SerNo is a relationship to a table 'IUMaster' SerNo all unique ~10k
records and consists of 2 fields: SerNo Type
Type is one of two possibilities type 11 or type 12 this translates into
channel usage.
Type 11 has only one channel. Channel 0 So I can have no duplicate entries
in IUList
Type 12 has two channels Channel 0 Channel 1 So I can have exactly 2 entries
(one duplicate) for each SerNo in the IUList
Is there a way to create a table that will not allow me to add duplicate
type 11 and allow me to add only 1 duplicate type12?
Thank you for your time.
Regards
-N