Hi to everyone!
Have simple(as I think) question! Simply I can't find correct answer on the forum, have searched, but don't understand.
I have two related Tables
tblClientOrder
ClientOrder ID(no duplicates); OrderDate; OrderType; Contractor
tblClientOrderDetail
ClientOrderDetailID; ClientOrderID; Article; Quantity
Tables are related by ClientOrderID.
The problem is that field [Article] must not contain duplicates within one order (where [ClientOrderID] is the same) I can't make it indexed as then I can't add same [Article] into the next Order. (where [ClientOrderID] is NOT the same)
Thanks in advance and sorry if that was discussed simply can't find.
Have simple(as I think) question! Simply I can't find correct answer on the forum, have searched, but don't understand.
I have two related Tables
tblClientOrder
ClientOrder ID(no duplicates); OrderDate; OrderType; Contractor
tblClientOrderDetail
ClientOrderDetailID; ClientOrderID; Article; Quantity
Tables are related by ClientOrderID.
The problem is that field [Article] must not contain duplicates within one order (where [ClientOrderID] is the same) I can't make it indexed as then I can't add same [Article] into the next Order. (where [ClientOrderID] is NOT the same)
Thanks in advance and sorry if that was discussed simply can't find.