M
MikeB
I have a table [Admins] with a field AdminID and a table [Clubs] with
a key field ClibID. An Admin can manage one or more clubs. and there
can be more than one Admin for each club, Admins are either the
teacher in the school that has responsibility for the chess club, a
coach, or a parent volunteer, for instance.
I figure I need a table ClubAdmins to correlate who's who. But how do
I create the form that connects the two tables?
I can create a form to add/manage admins and I can create a form to
add/manage clubs, but I can't figure out how to add the ClubID and the
AdminID fields into the ClubAdmins table.
Any help gratefully received.
a key field ClibID. An Admin can manage one or more clubs. and there
can be more than one Admin for each club, Admins are either the
teacher in the school that has responsibility for the chess club, a
coach, or a parent volunteer, for instance.
I figure I need a table ClubAdmins to correlate who's who. But how do
I create the form that connects the two tables?
I can create a form to add/manage admins and I can create a form to
add/manage clubs, but I can't figure out how to add the ClubID and the
AdminID fields into the ClubAdmins table.
Any help gratefully received.