What if we used a List view? We'd create one view per teacher, filtered to display the appropriate teacher's name

Link to base
What if we used a List view? We'd create one view per teacher, filtered to display the appropriate teacher's name

Link to base
The issue with that, is I need to be able to send this "view" to individual teachers such that they only see theirs and nobody else's. Plus I need to link that other record from another table.
The issue with that, is I need to be able to send this "view" to individual teachers such that they only see theirs and nobody else's. Plus I need to link that other record from another table.
re: The issue with that, is I need to be able to send this "view" to individual teachers such that they only see theirs and nobody else's.
Yeah, we'd create one view per teacher, filtered to display the appropriate teacher's name and send that link? Apologies, I feel like I'm missing something

---
re: Plus I need to link that other record from another table.
Are you saying that, besides the "Teachers" and "Students" table, you have a "Budgets" table? If so, you'd just link the appropriate budget record to the appropriate teacher record, then use a lookup for it, and then display that lookup in the list view