Hello,
I would like to create a form with a multiselect listbox where the user can select one or several names to open either a table or another form showing only certain fields so they can update records.
Main table:
tblStudents
LastName
FirstName
Address
City
State
Zip
HomeRoom
Teacher
Conference
User opens form to select as many student names as necessary, click a button to open the table or another form showing only the select LastName, FirstName, HomeRoom, Teacher, Conference fields (not all fields in the table) and then update the HomeRoom, Teacher and Conference fields.
I would like to create a form with a multiselect listbox where the user can select one or several names to open either a table or another form showing only certain fields so they can update records.
Main table:
tblStudents
LastName
FirstName
Address
City
State
Zip
HomeRoom
Teacher
Conference
User opens form to select as many student names as necessary, click a button to open the table or another form showing only the select LastName, FirstName, HomeRoom, Teacher, Conference fields (not all fields in the table) and then update the HomeRoom, Teacher and Conference fields.