G
Guest
I have three tables I need to relate. One is an Event table and for each
Event, there can be many sessions (that relationship is easy). Then I need to
relate the Sessions table to the Members table as there can be one Session
with many members attending. It seems simple to make a one-to-many
relationship between Event table and the Session table, and then another
between the Session table and the Members table.
But my problem comes when I try to create a data entry form that lists the
fields from the Event table and the various Sessions information and the
Members at each session. All I can find only shows how to link two tables and
show that on a form by making the Primary table the basis for the form, and
the foreign table a subform. How do I get the 3rd table (I guess it would be
a sub-subform?) represented on the form?
Any ideas?
Thanks, Gina
Event, there can be many sessions (that relationship is easy). Then I need to
relate the Sessions table to the Members table as there can be one Session
with many members attending. It seems simple to make a one-to-many
relationship between Event table and the Session table, and then another
between the Session table and the Members table.
But my problem comes when I try to create a data entry form that lists the
fields from the Event table and the various Sessions information and the
Members at each session. All I can find only shows how to link two tables and
show that on a form by making the Primary table the basis for the form, and
the foreign table a subform. How do I get the 3rd table (I guess it would be
a sub-subform?) represented on the form?
Any ideas?
Thanks, Gina