IvanWeiss
6 years agoQrew Captain
Passing Data Through Multiple Relationships
I am trying to build a table for meeting minutes that has the functionality of summarizing a few related tables from my projects table. I have attached a relationship diagram.
Here is what I am trying to accomplish:
I want to do this over several tables so I was trying to figure out the cleanest way to do this.
Thanks!
Here is what I am trying to accomplish:
- I have a projects table which is related to a meeting minutes table. Each Project has many meeting minutes.
- My meeting minutes table is related to the meeting minutes items table. Each meeting minutes record can have many meeting minute items.
- My project also has many discussion posts.
- I am trying to show the records of discussion posts on my meeting minutes form as an embedded report. But the "arrows" go in the other direction via the projects table so I cannot see the related table. Not sure if I need to directly relate to the discussion posts table and filter the data? I wouldnt think so but maybe I do?
I want to do this over several tables so I was trying to figure out the cleanest way to do this.
Thanks!