I have a project table, which one project links to many tasks. In my task table I have a Blocked By, in which I can select previous tasks as blockers. When I click the + to add a blocking task, the resulting list is all tasks, of which there are many. Is there a way to limit the display to only tasks inside that project? I tried “Limit record selection to a view” but that means I would need to create a view for each project. Thoughts?