dan1dyoung
Registered User.
- Local time
- Today, 00:58
- Joined
- Apr 9, 2005
- Messages
- 76
Just a quick one im sure.
If i have 3 tables like below
tblPart
PartID
PartNumber
Price
e.t.c
tblKit
KitID
KitPartNumber
Price
e.t.c
tblProduct
ProductID
ProductCode
Price
e.t.c
tblOrderDetail
Do i have:
ProductID
KitID
PriceID
in the table, and the same in a stock table, or do i have 1 ItemID and link that to all three PK fields in the other tables???
Hard to explain
Thanks
Dan
If i have 3 tables like below
tblPart
PartID
PartNumber
Price
e.t.c
tblKit
KitID
KitPartNumber
Price
e.t.c
tblProduct
ProductID
ProductCode
Price
e.t.c
tblOrderDetail
Do i have:
ProductID
KitID
PriceID
in the table, and the same in a stock table, or do i have 1 ItemID and link that to all three PK fields in the other tables???
Hard to explain
Thanks
Dan