A
Alain
Hi,
Let's say I have these tables:
Employees (EmployeeId, Name)
Projects (ProjectId, Name)
ProjectMembers (ProjectId, EmployeeId)
Now I want to get a list of employees that work on BOTH project 1 AND
2. If a person only works on 1 then it should not be in the list.
Sounds like a simple query, but at this moment I am about:blank
Anyone with some bright ideas?
Regards,
Alain
Let's say I have these tables:
Employees (EmployeeId, Name)
Projects (ProjectId, Name)
ProjectMembers (ProjectId, EmployeeId)
Now I want to get a list of employees that work on BOTH project 1 AND
2. If a person only works on 1 then it should not be in the list.
Sounds like a simple query, but at this moment I am about:blank

Anyone with some bright ideas?
Regards,
Alain