Basically I have a tBill as a parent which has 5 children:
- tSubBills
- tMainHeaders
- tHeaders
- tSubHeaders
- tComments
All of which possible feed the grandchild tBillItem. There will not be a great consistency in how the tBillItem is populated. Sometimes they will have a tSubBill parent, sometimes there will be no tSubBill parent. Sometimes there will be a tMainHeaders parent, sometimes not.
I want the tBillItems to be linked to their parent. I do not want to have to use the Ref column in a query later... How can I acheive this in good practice to not violating Normalization rules...?
This is pretty simple to what I need to do later; it seems I do not understand relationships fully... Anyone have any links to advanced relationship tutorials. The ones ranking on google are absolute basics it seems.
![]()