G
Guest
I am developing a relational database to track student projects. It uses a
many to many junction table to link a student with a project, because over
time a student can have more than one project. This works fine in most
circumstances as most projects are associated with one student. There are,
however, exceptions.
I have 2 projects with 2 students each. When both students are in the Name
table with the same project ID link. Only one name is returned in queries and
reports. It has been suggested that a need a second name table [name2] with
identical data structure to be populated with the second student on the
project.. Name2 would link to the junction table using student ID.
Then I can select from both tables when creating queries or reports. Of
course on forms and reports there would be a sub report/form to contain the
data from table name2.
Problem 1: Because name2 has only 2 records, my queries trying to pull data
from both tables fail.
Problem 2: I can't seem to get subforms and subqueries to work either.
Does anyone have a suggestion?
Thanks for your ideas.
many to many junction table to link a student with a project, because over
time a student can have more than one project. This works fine in most
circumstances as most projects are associated with one student. There are,
however, exceptions.
I have 2 projects with 2 students each. When both students are in the Name
table with the same project ID link. Only one name is returned in queries and
reports. It has been suggested that a need a second name table [name2] with
identical data structure to be populated with the second student on the
project.. Name2 would link to the junction table using student ID.
Then I can select from both tables when creating queries or reports. Of
course on forms and reports there would be a sub report/form to contain the
data from table name2.
Problem 1: Because name2 has only 2 records, my queries trying to pull data
from both tables fail.
Problem 2: I can't seem to get subforms and subqueries to work either.
Does anyone have a suggestion?
Thanks for your ideas.