I'm trying to develop an application for tracking student attendance. I want to list the students names for a class at one side (left side) and a grid for inserting the student status (present, absent, late etc.) to the right. The grid cells contain combo boxes to assign the status for the student. The grid column headers contain dates from 1 to 31. The form should look like this:
Class....................Month
-------------------------------------------------------------------------
......................... Day1 Day2 Day3 Day4 Day5 Day6 Day7...DayN
......................... 1.......2.......3.......4.......5.......6.......7....28/29/30/31
StudentName1...Cbo1 Cbo2...............................................CboN
StudentName2
StudentName3
.
.
StudentNameN
Note: the dots(....) are just added to make spaces!
Class is a combo box for choosing a particular class
Month is a combo box for choosing a particular month
CboN is a combo box containing the status types (Present, Absent, Late, etc.)
The StudentName list comes from a table from another database.
I really need tips, ideas, examples, readings, refernces for building this application. Every information will be welcomed and appreciated.
I have basic / medium knowledge about access.
Thanks very much
Class....................Month
-------------------------------------------------------------------------
......................... Day1 Day2 Day3 Day4 Day5 Day6 Day7...DayN
......................... 1.......2.......3.......4.......5.......6.......7....28/29/30/31
StudentName1...Cbo1 Cbo2...............................................CboN
StudentName2
StudentName3
.
.
StudentNameN
Note: the dots(....) are just added to make spaces!
Class is a combo box for choosing a particular class
Month is a combo box for choosing a particular month
CboN is a combo box containing the status types (Present, Absent, Late, etc.)
The StudentName list comes from a table from another database.
I really need tips, ideas, examples, readings, refernces for building this application. Every information will be welcomed and appreciated.
I have basic / medium knowledge about access.
Thanks very much