K
KBrent
In this simplified exampe, I have 2 tables
Table#1: Students with field <Name>
Table#2: Attendance with fields <Date> , <Name> and <Present/Absent> which
is a checkbox to be checked if present.
I would like to make a Form which generates a tabular list of all student
pulled from the "Students" table so that I can then click the check box next
to each students name that is present on a given day.
I would also like one input field on the form to input the date only once
Then, I would like to be able to click a button to have form update my
"Attendance" table with <Date>, <Name> for only those student names where the
checkbox was checked in the <Present/Absent> Field on the form
What is the best approach to accomplish this? Is it possible.
Thanks!
Table#1: Students with field <Name>
Table#2: Attendance with fields <Date> , <Name> and <Present/Absent> which
is a checkbox to be checked if present.
I would like to make a Form which generates a tabular list of all student
pulled from the "Students" table so that I can then click the check box next
to each students name that is present on a given day.
I would also like one input field on the form to input the date only once
Then, I would like to be able to click a button to have form update my
"Attendance" table with <Date>, <Name> for only those student names where the
checkbox was checked in the <Present/Absent> Field on the form
What is the best approach to accomplish this? Is it possible.
Thanks!