E
Epoh Rio
I am working on a database that logs a 12 week class.
Students that take the class can start at anytime
This is how I want the (sub)report to look (in a row to take up less space).
Lessons taken to date (StudentID):
1 2 3 4 5 6 7 8 9 10 11 12
x x x x x
Each time a student completes the class the class is recorded like this:
Table: [Attendance]
Fields: studentID, lessonDate, lessonNo, instructor, location
Sample: 25, 5/1/08, 3, 1, 1
30, 5/1/08, 3, 1, 1
35, 5/4/08, 4, 1, 1
25, 5/4/08, 4, 1, 1
40, 5/8/08, 5, 1, 1
25, 5/8/08, 5, 1, 1
This is how the report should look:
Lessons taken to date (25):
1 2 3 4 5 6 7 8 9 10 11 12
x x x
Thank you
Students that take the class can start at anytime
This is how I want the (sub)report to look (in a row to take up less space).
Lessons taken to date (StudentID):
1 2 3 4 5 6 7 8 9 10 11 12
x x x x x
Each time a student completes the class the class is recorded like this:
Table: [Attendance]
Fields: studentID, lessonDate, lessonNo, instructor, location
Sample: 25, 5/1/08, 3, 1, 1
30, 5/1/08, 3, 1, 1
35, 5/4/08, 4, 1, 1
25, 5/4/08, 4, 1, 1
40, 5/8/08, 5, 1, 1
25, 5/8/08, 5, 1, 1
This is how the report should look:
Lessons taken to date (25):
1 2 3 4 5 6 7 8 9 10 11 12
x x x
Thank you