Hi, all -- not sure if this can be done, but if it can, you're the ones who will know how.
I am creating a course registration database, and I want to use a subform that will let instructors check off the dates a student has attended class.
On my tblTraining table, there are fields called TrainingDate, TrainingDate2, TrainingDate3 and TrainingDate3. I've created a form that lets users enter the training info, with a subform that lets them record attendance.
I'd like to use the dates entered in TrainingDate, etc., as headers for the attendance subform. That is, users can check off the dates with a check box (the values of which will be stored in tblEnrollment, in the fields Att, Att2, Att3 and Att4).
Not sure I'm being clear, but if anyone has ideas (on how to make this work or on a completely different way to handle it), I'm all ears. Thanks very much.
I am creating a course registration database, and I want to use a subform that will let instructors check off the dates a student has attended class.
On my tblTraining table, there are fields called TrainingDate, TrainingDate2, TrainingDate3 and TrainingDate3. I've created a form that lets users enter the training info, with a subform that lets them record attendance.
I'd like to use the dates entered in TrainingDate, etc., as headers for the attendance subform. That is, users can check off the dates with a check box (the values of which will be stored in tblEnrollment, in the fields Att, Att2, Att3 and Att4).
Not sure I'm being clear, but if anyone has ideas (on how to make this work or on a completely different way to handle it), I'm all ears. Thanks very much.