TCARPENTER
Programmer
I have 5 tables, Location, Rack, Container, Part, and LocationDetails. I have done Bill of Material databases in the past and thought this was pretty much the same, however, instead of just 2 tables as in a BOM with parent child relations, I cannot consolidate the tables any further (they would be huge) and my dilemma is this:
Location can only be a parent to all others,
Part will never be a parent to any others,
Container can never be a parent to Rack,
Rack, Container, and Part can be in Location independent of each other.
Setting up a BOM I would just use two tables, one for just the basic components and one to hold the relationships - but I'm stumped trying to apply this same logic this problem.
Any insight would be greatly appreciated.
Thanks
Todd
Location can only be a parent to all others,
Part will never be a parent to any others,
Container can never be a parent to Rack,
Rack, Container, and Part can be in Location independent of each other.
Setting up a BOM I would just use two tables, one for just the basic components and one to hold the relationships - but I'm stumped trying to apply this same logic this problem.
Any insight would be greatly appreciated.
Thanks
Todd