I can’t figure out how to make links between two tables work the way I need them. Here’s the situation:
Table 1 contains a list of Companies. These Companies are differentiated by Type (multiselect) and split into multiple views based on that: Producers view and Architects view.
Table 2 contains a list of Projects. Each Project has a Project Owner field (link to Companies, single record) and Project Participants field (link to Companies, multiple records).
So far so good. Back to Table 1, for each Company I need it to show the following fields:
- Projects (Participant) - Link to Projects and show all Projects where a Company is referenced as the Project Participant
- Projects (Own) - Link to Projects and show all Projects where a Company is referenced as the Project Owner
This is where I get stuck: When creating a link to the Projects table (2) from the Companies Table (1), I’m only able to get the Projects (Particpant) field working, and have no way of differentiating the Project (Own) field from it. Is there a way to do this or am I somehow setting things up wrong?
Thanks!