G
Guest
I'm trying to develop an application for tracking student attendence. 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(28/29/30/31)
1 2 3 4 5 6 7
...... 28/29/30/31
StudentName1 Cbo1 Cbo2 CboN
StudentName2
StudentName3
..
..
StudentNameN
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.)
I really need tips, ideas, examples, readings, refernces for building this
application. Every information will be wellcome and appreciated.
I have basic / medium knowlodege about access.
Thanks very much
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(28/29/30/31)
1 2 3 4 5 6 7
...... 28/29/30/31
StudentName1 Cbo1 Cbo2 CboN
StudentName2
StudentName3
..
..
StudentNameN
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.)
I really need tips, ideas, examples, readings, refernces for building this
application. Every information will be wellcome and appreciated.
I have basic / medium knowlodege about access.
Thanks very much