M
MeSteve
source:
ContactID ProjectID RoleID
1 1 1
1 2 2
1 3 1
2 1 1
2 2 2
How would I return the results where the noly record to show would be the
3rd one where there is no one with the RoleID of 2.
Stated differently, how do I exclude all records where there is someone with
a RoleID = 1 AND 2 and return only records that have ONLY someone with RoleID
= 1
I hope this makes sense. Thanks.
ContactID ProjectID RoleID
1 1 1
1 2 2
1 3 1
2 1 1
2 2 2
How would I return the results where the noly record to show would be the
3rd one where there is no one with the RoleID of 2.
Stated differently, how do I exclude all records where there is someone with
a RoleID = 1 AND 2 and return only records that have ONLY someone with RoleID
= 1
I hope this makes sense. Thanks.