Hi Chris
In Airtable, if you create a Link Field from one table to another, the app creates a field in both tables so that you can see both the one and the many side of the relationship. So for example, if you create a departments table you would be able to see en employee’s department on their record as well as all people in the department on the department record.
However, if you create a self join you only see one side of the join. So you could create either a field for subordinates or a field for manager - and you would not be able to see a manager’s list of employees in the first example. What you could do, though, would be to Group the view by Manager:
This may go some way to solving your issue?
Julian