Yes, another dreaded Student Attendance Database question. Sorry to have to ask, but I can’t seem to find a solution to my particular problem.
I’ve got a training tracking database. The relevant tables are:
People (contains StudentID, FirstName, LastName, etc.)
Training (contains CourseID)
CourseDate (contains CourseID, CourseDate, etc.)
Enrollment (contains StudentID, CourseID, etc.)
Attendance (contains StudentID, CourseID, CourseDate, and Attended – a Yes/No checkbox)
The course dates are set. The Enrollment table holds the info on all the students enrolled in the course. I’m trying to take the names from the Enrollment table and create a form that will let instructors tick off the attendance box for each student for each date, and add this info to the Attendance table.
Ideally, the form would look something like the attached table.
Can anyone help? Obviously I’m a relative Access novice, and I don’t know jack about VBA, so any advice you could give would be fantastic. Thanks so much.
I’ve got a training tracking database. The relevant tables are:
People (contains StudentID, FirstName, LastName, etc.)
Training (contains CourseID)
CourseDate (contains CourseID, CourseDate, etc.)
Enrollment (contains StudentID, CourseID, etc.)
Attendance (contains StudentID, CourseID, CourseDate, and Attended – a Yes/No checkbox)
The course dates are set. The Enrollment table holds the info on all the students enrolled in the course. I’m trying to take the names from the Enrollment table and create a form that will let instructors tick off the attendance box for each student for each date, and add this info to the Attendance table.
Ideally, the form would look something like the attached table.
Can anyone help? Obviously I’m a relative Access novice, and I don’t know jack about VBA, so any advice you could give would be fantastic. Thanks so much.