S
Sonja via AccessMonster.com
I am setting up a ADP system to store information about monthly society
meetings.
To store which persons were present I would like to be able selecting
multiple persons from a listbox (multi selections: extended).
I'have found several items about this but somehow it don't get it working.
I know it should be done with a many to many relationship between the tables.
In my sql-db I have created 3 tables for this. (below)
In my Form (which is bound to tblMeeting) I have a sub form with the listbox
on it;
* Link Child fields property of the sub form is set to tblMeeting.meeting_ID
* Link Master fields is set to tblMeetingDetails.meeting_ID
* Row source is tblMember.member_ID
* Control source is set to tblMeetingDetails.member_ID
When I select mutiple persons in the listbox and then store the record, no
member _ID's
were stored in the tblMeetingDetails.
tblMeeting
- meeting_ID (Pk)
- meeting_date
- meeting_location
- etc.
meetings.
To store which persons were present I would like to be able selecting
multiple persons from a listbox (multi selections: extended).
I'have found several items about this but somehow it don't get it working.
I know it should be done with a many to many relationship between the tables.
In my sql-db I have created 3 tables for this. (below)
In my Form (which is bound to tblMeeting) I have a sub form with the listbox
on it;
* Link Child fields property of the sub form is set to tblMeeting.meeting_ID
* Link Master fields is set to tblMeetingDetails.meeting_ID
* Row source is tblMember.member_ID
* Control source is set to tblMeetingDetails.member_ID
When I select mutiple persons in the listbox and then store the record, no
member _ID's
were stored in the tblMeetingDetails.
tblMeeting
- meeting_ID (Pk)
- meeting_date
- meeting_location
- etc.