I've searched the forums, but nobody who's printing roll sheets seems to be doing it the way I would like to do.
In essence, I've got two tables with a many-to-many relationship: Students and Classes.
I've created a form where a user can select a class from a Combo Box and select a month from another ComboBox. These boxes are named CurrentClass and CurrentMonth respectively. I have a report set to print all the Students in CurrentClass, but I'd like to be able to print what days of CurrentMonth the class is held (e.g., 2, 4, 6, 9, 11, 13, 16, 18, 20, 23, 25, 27, 30 for a M/W/F class in September 2013) in the page header with boxes to check attendance for each student for each day. I should mention there are Yes/No fields (Monday, Tuesday, Wednesday, Thursday, Friday) in the Classes table so that I am able to reference which days each class is held.
Is this a possibility? Does the programming even leave it worth the time?
Appreciate any help,
Tired and frustrated,
Jarom