Any help would be greatly appreciated,
I have a three table layout:
Teams (TeamID, TeamName)
Project (ProjectID, ProjectName,signedOff)
Answers (TeamID,ProjectID,Response)
"Teams" (TeamID primarykey) and "Project" (ProjectID primary key) are linked to "Answers" (ProjectID, TeamID composite key) but not to each other.
i have a field in project called "signedOff"
i need "signedoff" to be Yes once all teams have set "Response" to Yes
Hope that makes sense
thanks
I have a three table layout:
Teams (TeamID, TeamName)
Project (ProjectID, ProjectName,signedOff)
Answers (TeamID,ProjectID,Response)
"Teams" (TeamID primarykey) and "Project" (ProjectID primary key) are linked to "Answers" (ProjectID, TeamID composite key) but not to each other.
i have a field in project called "signedOff"
i need "signedoff" to be Yes once all teams have set "Response" to Yes
Hope that makes sense
thanks