Hello community!
I have a base I created to manage all tasks across multiple real estate development projects (>700 task records per project). There is a table that holds the Master template of all tasks required for each project, they’re linked to a project record and copied into another table [All Project Tasks] that holds all projects’ tasks (Linked to (1) [Projects]record, (1) [Roles] record as 'Owner' and (multiple) [Roles] records as 'Support').
Context:
Tables:
- [Projects] - Summarizes each project (Geographic Location, Milestone timelines)
- [Roles] - Records identifying 'Working Groups' associated with tasks (ie. Finance, Sales, Operations, etc.) linked to task records and [Person] records.
- [Person] - Records linking individual users (Name, Email, etc) to [Working Group] and [Project]
- [Master Tasks] - Master template of all tasks required for each new development project, linked to [Working Group] records. Records are linked to a project record before being copied into [All Tasks]
- [All Project Tasks] - Records from [Master Tasks] are linked to a [Project] record and [Working Group] records. Project Manager is able to review all tasks across concurrent project by working group owners by timeline/due date.
Issue: [Person] records need to be associated with individual tasks in [All Project Tasks] depending on [Project] AND [Working Group] variables.
For example, Person A works in [Working Group] - ‘Operations’ on [Project] A and C and should be associated with [All Project Tasks] records linked to ‘Operations’ AND Project A and C.
Person B works in [Working Group] ‘Operations’ and ‘Finance’ and [Project] B and C and should be associated with[All Project Tasks] records linked to ‘Operations’ AND ‘Finance’ AND Project B and C.
Is this possible?
Thanks in advance community comrades.











