I currently have 2 tables:
- People
- Projects
On Each project there are assigned multiple roles from people which are each linked columns, i.e.
- Role1
- Role2
- Role3
- Role4
- Role5
- Role6
The reason I do this and not via a look up is because you can have many people working on a project but only a few will assume full responsibility.
So now on the people table I am left with 6 project columns, which is fine and I can just hide these, but what I would like is for them to roll up into a single column where I can still get the functionality of a linked cell so that when I use interfaces or navigate I can still access the linked records from a single place vs 6.




