M
MeSteve
I am trying to make a query that will return which projects we have that do
not have a project manager assigned (RoleID = 1). I have 3 tables
tbl_Projects
ProjectID (PK)
tbl_Roles
RoleID (PK)
tbl_ContactProjects
ContactID (FK)
ProjectID(FK)
RoleID
Thanks.
not have a project manager assigned (RoleID = 1). I have 3 tables
tbl_Projects
ProjectID (PK)
tbl_Roles
RoleID (PK)
tbl_ContactProjects
ContactID (FK)
ProjectID(FK)
RoleID
Thanks.