I've got an application I've been working on. There are projects and employees, projects can have several employees, employees can work on several projects.
Right now I want selecting a project to display which employees are related to it, and allows me to add employees I select from another full-roster list. Somehow, this has proven more complicated, because (at least for now), selecting different projects still displays the same list of employees, as if all employees who'd been assigned to any project, belong to all of them.
What part of Master-Detail am I missing?