J
Jeff
I'm modifying a client's existing form. The form show a single event
with many members attending. There is a many-to-many relationship
between Events and Members and there is a relationship record between
the two tables.
Event
EventID
Event Name
tlbAttendees
EventID
MemberID
Comments
Members
MemberID
Last Name
First Name
Currently, they list the members in a combo box, but it only shows
members already selected with no way to add/delete members.
1) Is there a way to show all the members and highlight or somehow
emphasize the ones who have already been selected?
2) How do I allow updates to the members via this form?
Thanks.
Jeff
with many members attending. There is a many-to-many relationship
between Events and Members and there is a relationship record between
the two tables.
Event
EventID
Event Name
tlbAttendees
EventID
MemberID
Comments
Members
MemberID
Last Name
First Name
Currently, they list the members in a combo box, but it only shows
members already selected with no way to add/delete members.
1) Is there a way to show all the members and highlight or somehow
emphasize the ones who have already been selected?
2) How do I allow updates to the members via this form?
Thanks.
Jeff