Hello All,
I am new to the board and could use some help. At work, I've been asked to create an attendance db. So below is what I created. It allows the Administrator to check off the "Present" box for each student. I have been asked to expand on the idea.
Table: Students
StudentID
StudentName
Present
Note
Table: Attendance
AttendanceID
StudentID
AttendanceDate
Present
Run an append query.
Change Requested:
For each student Replace "Present" with "1" and ".5",
1 = Full Credit .5 = Half Credit = 1/2 absence.
After 3 Absences EX:(.5,.5,.5,.5 ,.5,.5)=3, OR neither box selected, the students row turns red to indicate the max # of days absent has been reached.
How do I do this in Access?? I tried creating an option group but it didn't work correctly, I was able to select both options. I tried again and when I selected an option it was selected for all students. Can someone please help me through this???
Additional Detail: There are 4 new classes per year, each with a different set of students.
Thanks in Advance.
I am new to the board and could use some help. At work, I've been asked to create an attendance db. So below is what I created. It allows the Administrator to check off the "Present" box for each student. I have been asked to expand on the idea.
Table: Students
StudentID
StudentName
Present
Note
Table: Attendance
AttendanceID
StudentID
AttendanceDate
Present
Run an append query.
Change Requested:
For each student Replace "Present" with "1" and ".5",
1 = Full Credit .5 = Half Credit = 1/2 absence.
After 3 Absences EX:(.5,.5,.5,.5 ,.5,.5)=3, OR neither box selected, the students row turns red to indicate the max # of days absent has been reached.
How do I do this in Access?? I tried creating an option group but it didn't work correctly, I was able to select both options. I tried again and when I selected an option it was selected for all students. Can someone please help me through this???
Additional Detail: There are 4 new classes per year, each with a different set of students.
Thanks in Advance.
Comment