M
MikeB
There is a proper word for it, but I cannot right now think of it. If
I want to create a many-many relationship in Access, I have to create
a join table and then join the records in this table by creating two
one-many relationships.
Eg. If I have many students and many sections and each student can
take more tha none section, then I have to create a table
tblStudentSection that has a foreign key field for the StidentID and
the SectionID.
Suppose now I want to create records in this table by assigning
students to a section. Let's call this the Roster form.
I'm looking at the Roster form and I have already the fk_SectionID in
another form that is open. How can I populate each new record I create
in Roster with the fk_SectionID without having the user fill in the
sectionID?
Thanks.
PS. Last question for the day, I promise!
I want to create a many-many relationship in Access, I have to create
a join table and then join the records in this table by creating two
one-many relationships.
Eg. If I have many students and many sections and each student can
take more tha none section, then I have to create a table
tblStudentSection that has a foreign key field for the StidentID and
the SectionID.
Suppose now I want to create records in this table by assigning
students to a section. Let's call this the Roster form.
I'm looking at the Roster form and I have already the fk_SectionID in
another form that is open. How can I populate each new record I create
in Roster with the fk_SectionID without having the user fill in the
sectionID?
Thanks.
PS. Last question for the day, I promise!