I have 2 tables that I need to interact together based on 2 criteria.
Table Interaction (will occur throughout the year)
Contains Name of person contacted and Project the discussion was about.
When I create a new Contract (table Contract), I will assign these same Names and Projects to the new contract and would like the Interaction from “Table Interaction” to automatically connect based on the Name and Project criteria.
I am able to connect the 2 tables but in the but I can’t have it properly filtered by both Name and Project, It works for Projects then Names. Even if I do an AND…
I tried creating a control, a unique reference name that are recurring in both tables, but to no avail…
Here I almost got it, but it’s showing all the interactions from an artist without filtering out the project component. As it is a Relation Column, I can’t seem to add another filter criteria.