C
cinnie
hi
I didn't see a Tables forum, so I'll ask my question here. My table has 4
columns(here called A, B, C, D) A is an autonumber PK. B, C, D are text
fields. Here's my problem - I can have duplicates in B or C or D, but I
can't allow any matching BCD combinations. I could consider BCD as a triple
PK, but I need to keep A as another PK. It is used by other forms, etc. Is
there a good way to ensure I don't get duplicates of BCD?
I didn't see a Tables forum, so I'll ask my question here. My table has 4
columns(here called A, B, C, D) A is an autonumber PK. B, C, D are text
fields. Here's my problem - I can have duplicates in B or C or D, but I
can't allow any matching BCD combinations. I could consider BCD as a triple
PK, but I need to keep A as another PK. It is used by other forms, etc. Is
there a good way to ensure I don't get duplicates of BCD?