J
Jeff
I have a many-to-many relationship which I want to show on 2 forms.
*Member table*
Member ID
Member First name
Member Last Name
*tblAttendance*
Member ID
Event ID
Comments
*Events table*
Event ID
Event description
I've started my first form to display a member and the associated
events. One member can attend more than 1 event and 1 event can have
more than 1 member attending, so I believe I've set up the tables and
relationships correctly.
I realize that I need to use a subform to display the information on
the event and comments and that I'll need a query most likely to get
the data I need. But I'm not exactly sure how to do that. For the
member form, I'd like 1 row per event.
I am also writing a second form which shows information by event. On
that particular form, I'd like to show the attending members are part
of a list box. Can I do that?
Thanks
Jeff
*Member table*
Member ID
Member First name
Member Last Name
*tblAttendance*
Member ID
Event ID
Comments
*Events table*
Event ID
Event description
I've started my first form to display a member and the associated
events. One member can attend more than 1 event and 1 event can have
more than 1 member attending, so I believe I've set up the tables and
relationships correctly.
I realize that I need to use a subform to display the information on
the event and comments and that I'll need a query most likely to get
the data I need. But I'm not exactly sure how to do that. For the
member form, I'd like 1 row per event.
I am also writing a second form which shows information by event. On
that particular form, I'd like to show the attending members are part
of a list box. Can I do that?
Thanks
Jeff