I would greatly appreciate any advice on the following:
I have a 3 table layout;
Teams, Answers, Project.
Teams has primary key of TeamID.
Project has primary key of ProjectID.
Answers has composite key of TeamID and ProjectID.
Teams and Project are linked to Answers but not to each other.
There is no referential integrity on any join.
Essentially, I need it so a member of a team can view their team's questions/answers related to a specific project. I'm having troubles creating the forms to show the required data.
I have a 3 table layout;
Teams, Answers, Project.
Teams has primary key of TeamID.
Project has primary key of ProjectID.
Answers has composite key of TeamID and ProjectID.
Teams and Project are linked to Answers but not to each other.
There is no referential integrity on any join.
Essentially, I need it so a member of a team can view their team's questions/answers related to a specific project. I'm having troubles creating the forms to show the required data.