G
Guest
I have 2 list boxes on frmGradeEnter.
lstGroupSelect, lstStudentName
I have a list of groups in lstGroupSelect, got that no problem.
I want the selection in lstGroupSelect to filter the Students in
lstStudentName to only the ones who are in the group selected in
lstGroupSelect.
How do I do that? I tried making a query that read the lstgroupSelect, but
you must input that before you open the form or you get an error message.
lstGroupSelect, lstStudentName
I have a list of groups in lstGroupSelect, got that no problem.
I want the selection in lstGroupSelect to filter the Students in
lstStudentName to only the ones who are in the group selected in
lstGroupSelect.
How do I do that? I tried making a query that read the lstgroupSelect, but
you must input that before you open the form or you get an error message.