M
mike
what's the simplest way to do this?
i have a list of student records. each student has the same fields
(classes). using a form to display each record. want to enable user to
locate student and then select the courses (check boxes) from which i can
generate a report to see the courses selected for each student.
my form has a list box that will display the student name and a check box
for each class. I have a corresponding field for each check box.
For example, when i pull up "Joe Smith" in the list box and i select the
English and Math check box on the form, the English and Match field for Joe
Smith needs to be checked or set to yes. Then i can generate a report to
determine which students were assigned to which class(es) marked yes.
i have a list of student records. each student has the same fields
(classes). using a form to display each record. want to enable user to
locate student and then select the courses (check boxes) from which i can
generate a report to see the courses selected for each student.
my form has a list box that will display the student name and a check box
for each class. I have a corresponding field for each check box.
For example, when i pull up "Joe Smith" in the list box and i select the
English and Math check box on the form, the English and Match field for Joe
Smith needs to be checked or set to yes. Then i can generate a report to
determine which students were assigned to which class(es) marked yes.