MICHAELSARGENT
6 years agoQrew Cadet
Relationship setup recommendation needed
Here's my setup:
Here's my need:
Issue:
------------------------------
Michael Sargent
------------------------------
- I have a new request table (parent)
- I have a group assignment table (child)
- I have another group assignment table (child)
Here's my need:
- I want to create a resources table whereby resources supporting the parent and two children records can be added (each element can have multiple resources)
- I want to be able to query the resource table to show me all resources across the parent and 2 child tables for one project
Issue:
- If I create joins from each table to the resources table, then I have 3 lookup values in the resources table (parent, child, child)
- How do I keep the records clean?
- How do I query to say I want all resources for one project?
------------------------------
Michael Sargent
------------------------------