R
rpbsr
My subject is rather vague, so I'll try to clarify. I have a form based on
tblMembers and subform based on tblCourseRegistration. LastName, FirstName
and related data is pulled into the main form and course information, e.g.,
course, date, tuition, etc. is in the subform. It works nicely in that it
shows the name and corresponding course information with each click of the
navigation button. I would like to use this to update current members (add
new courses to those taken). Assuming there will be a lot of members, using
the navigation button is impractical. Is there a way for this form to query
all members with LastName starting with a certain letter, allow you to select
a name, and display that person's information in the main & subform?
Any help is appreciated.
tblMembers and subform based on tblCourseRegistration. LastName, FirstName
and related data is pulled into the main form and course information, e.g.,
course, date, tuition, etc. is in the subform. It works nicely in that it
shows the name and corresponding course information with each click of the
navigation button. I would like to use this to update current members (add
new courses to those taken). Assuming there will be a lot of members, using
the navigation button is impractical. Is there a way for this form to query
all members with LastName starting with a certain letter, allow you to select
a name, and display that person's information in the main & subform?
Any help is appreciated.