Hello,
I have a question regarding a filter.
I have two databases:
- EmployeeinProject(Name, Project)
- Project(Project, Project active)
The column Project active is formatted as No/Yes column.
I would like to have a dropdown menu that shows all projects that match the name that was previously selected and only the projects that are active.
Unfortunately I can't manage that.
Does anyone have an idea? Thank you