F
Fred Boer
Hello!
I am starting a new little project, and I am interested in advice or
suggestions about the structure. I want to create a database to help with my
classroom management. I want to be able to store data on the following:
Classes, students, class lists of students, class attendance by students,
daily class lesson plans or "day sheets". Here's what I've got so far:
tblClasses
ClassID;ClassName;ClassStartDate
tblStudents
StudentID;StudentLastName;StudentMidName;StudentFirstName, etc...
tblStudentClasses
StudentClassesID;StudentID;ClassID
tblAttendance
AttendanceID;StudentID,ClassID,ClassDate
tblClassDaySheet
ClassDaysheetID;
ClassID;ClassDate;ClassLesson;ClassReading;ClassAssignment;Classnotes
I want to be able to create a form and/or a report that would allow me to
mark attendance for each class for each period taught, and to store
information about the lesson taught in each class for each period. Picture
me sitting down at my desk at the head of the class, marking attendance and
making notes about the class... Does this table structure seem reasonable?
Thanks for any suggestions!
Fred Boer
I am starting a new little project, and I am interested in advice or
suggestions about the structure. I want to create a database to help with my
classroom management. I want to be able to store data on the following:
Classes, students, class lists of students, class attendance by students,
daily class lesson plans or "day sheets". Here's what I've got so far:
tblClasses
ClassID;ClassName;ClassStartDate
tblStudents
StudentID;StudentLastName;StudentMidName;StudentFirstName, etc...
tblStudentClasses
StudentClassesID;StudentID;ClassID
tblAttendance
AttendanceID;StudentID,ClassID,ClassDate
tblClassDaySheet
ClassDaysheetID;
ClassID;ClassDate;ClassLesson;ClassReading;ClassAssignment;Classnotes
I want to be able to create a form and/or a report that would allow me to
mark attendance for each class for each period taught, and to store
information about the lesson taught in each class for each period. Picture
me sitting down at my desk at the head of the class, marking attendance and
making notes about the class... Does this table structure seem reasonable?
Thanks for any suggestions!
Fred Boer