Hi,
I wondering if someone could suggest a / the solution to this query I have regarding filtering a list based on which lookup is calling it?
Scenario:
I have a table of Employees, which stores their Name and a Job Title (a fixed choice field)
On a form for another table I have two fields I wish to set:
- Project Manager (lookup)
- Branch Manager (lookup)
When selecting it, I would like the lookup for Project Manager to display the records in the Employees table but only show those whose Job Title is Project Manager, so the user can only select ones for the correct job. Then the same principle for the other lookup, but using the Branch Manager job title.
Do I need to create two new lookup views, each with their specific filter applied, and set each lookup on the form to call the relevant lookup view? Or is there something more simple I'm missing?
Thanks