I have a form with two combo boxes that populates a subform based on the values in those combo boxes to show some data.
I need to do the same thing with another set of data, except I need the combo boxes to populate the subform, but then allow me to enter data for each record, and then write the whole record to a table. Here is an example:
Choose class, choose year in combo boxes on main form.
In subform, show the students enrolled in that class for that year.
Enter hours attended for each student, and date hours entered, and write class, year, student, hours, and date to a table.
How could I accomplish this?
Thank you!
terrytek
I need to do the same thing with another set of data, except I need the combo boxes to populate the subform, but then allow me to enter data for each record, and then write the whole record to a table. Here is an example:
Choose class, choose year in combo boxes on main form.
In subform, show the students enrolled in that class for that year.
Enter hours attended for each student, and date hours entered, and write class, year, student, hours, and date to a table.
How could I accomplish this?
Thank you!
terrytek