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
I've created a query qryAttendees that includes all the fields in
tlbAttendees, plus the first and last name from MemberID. I then
created a subform sfrmAttendees and displayed MemberID (as a combo
box), First and Last Name. So far, so good.
I tied it to my form, and it brings up the proper records. However,
when I click on the combo box, it displays the values for the EventID,
not MemberID.
Can someone tell me what I'm doing wrong here??
Thanks
Jeff
Thanks.
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
I've created a query qryAttendees that includes all the fields in
tlbAttendees, plus the first and last name from MemberID. I then
created a subform sfrmAttendees and displayed MemberID (as a combo
box), First and Last Name. So far, so good.
I tied it to my form, and it brings up the proper records. However,
when I click on the combo box, it displays the values for the EventID,
not MemberID.
Can someone tell me what I'm doing wrong here??
Thanks
Jeff
Thanks.