Hello!
I have a base with 3 tables:
- a Contacts table,
- an Organization table, and
- a Membership table.
In the Organization table, I have a linked field to the Contacts table called "All organization contacts" where I link all Contacts records associated with that "Organization" record.
In the Membership table, I have a linked field to the Organization table called "Organization" where I link all Organization records associated with that membership.
In the Membership table, I have a linked field to the Contacts table called "Membership seats" where I link all Contacts records that have a seat on that Membership.
In the Membership table, I'd like to add a lookup field called "Other organization contacts" that pulls in any Contact record linked to the Organization linked to that Membership record that is NOT already linked in the "Membership seat" field.
I don't mind doing this with either an automation or some sort of combination of fields, but I want it to be an actual link to the contact table and not just a string.