IvanWeiss
6 years agoQrew Captain
Multi level related tables
Just a general question, no specific need but was curious about this.
Can you pass data through multiple parent child relationships or is it best to relate at several levels.
For example....
Lets say I have a table for projects, opportunities, service calls and tasks.
Projects have many opportunities
Opportunities have many tasks
Projects have many service calls
Service calls have many tasks.
On the projects table I want to see all tasks for that project.
Do i relate tasks to projects or report link through the opportunities and service call relstionship to get all of the tasks?
What if there is another layer to the hierarchy?
Just generally curious about best design there.
Thanks!
Can you pass data through multiple parent child relationships or is it best to relate at several levels.
For example....
Lets say I have a table for projects, opportunities, service calls and tasks.
Projects have many opportunities
Opportunities have many tasks
Projects have many service calls
Service calls have many tasks.
On the projects table I want to see all tasks for that project.
Do i relate tasks to projects or report link through the opportunities and service call relstionship to get all of the tasks?
What if there is another layer to the hierarchy?
Just generally curious about best design there.
Thanks!