P
Paolo
Hi all,
I have four tables: one is tlbPurchaseOrder, one is tlbLineItem, one is
tlbAttribute and one is tblComponent.
tblPurchaseOrder has a one to many relationship with tblLineItem.
tlLlineItem has a one to many relationship with tblAttribute and
tlbComponent is currently unrelated as I don't know what to do with it.
*tblPurchaseOrder* *tblLineItem*
*tblAttribute*
fldPurchaseOrderID fldLineItem fldLineItem
fldPurchaseOrderID
fldPurchaseOrderID
fldAttribute
fldAttributeName
*TblComponents*
fldComponentID
(With this design I am avoiding the use of nulls in tblLineItem. I
could have done away with tblAttribute, but then there would be empty
fields where a particular field didn't correspond to a particular line
item)
Now fldAttribute will be restricted to values ComponentID, Name, or
ComponentIDRef. A value of ComponentID or ComponentIDRef will restrict
the user to entering values from look-up field fldComponentID.
So my question is the following...what sort of relationship exists
between tblComponents and tblAttributes. Any?
Thanks in advance,
Paolo
(e-mail address removed)
I have four tables: one is tlbPurchaseOrder, one is tlbLineItem, one is
tlbAttribute and one is tblComponent.
tblPurchaseOrder has a one to many relationship with tblLineItem.
tlLlineItem has a one to many relationship with tblAttribute and
tlbComponent is currently unrelated as I don't know what to do with it.
*tblPurchaseOrder* *tblLineItem*
*tblAttribute*
fldPurchaseOrderID fldLineItem fldLineItem
fldPurchaseOrderID
fldPurchaseOrderID
fldAttribute
fldAttributeName
*TblComponents*
fldComponentID
(With this design I am avoiding the use of nulls in tblLineItem. I
could have done away with tblAttribute, but then there would be empty
fields where a particular field didn't correspond to a particular line
item)
Now fldAttribute will be restricted to values ComponentID, Name, or
ComponentIDRef. A value of ComponentID or ComponentIDRef will restrict
the user to entering values from look-up field fldComponentID.
So my question is the following...what sort of relationship exists
between tblComponents and tblAttributes. Any?
Thanks in advance,
Paolo
(e-mail address removed)