G
Guest
I have a little attendance/participation database (now exists in both A2002
and A2007) in which teachers log minutes spent in remediation for individual
kids. Tables are split, all records go to the same participation/service
Table on the server. Teacher forms (front ends) allow them only to add
records for his/her own ID and see/edit past records for his/her own ID.
There are three tables: kids (ID is key, contains grade level and demographic
info), teachers (staff ID is key, contains only names and ID now), and
participation (includes date, subject area, kid ID, teacher ID, type of
instruction or service administered, and comment). Jukebox only allows data
entry (one kid at a time), edit previously entered data, and exit.
I want to create/add a second data entry method whereby a teacher can call
up his/her entire class roster and enter the date, subject, and minutes spent
by the entire class and then click radio buttons to indicate which students
were present. Even better, a choice that defaults the form to “all studentsâ€
and then the teacher can click buttons to remove students (i.e., show them as
absent, or "not present"). When Teacher hits the “Enter Data for Rosterâ€
button, records are entered in the table for only the kids whose buttons were
clicked “on†and contain the same number of minutes, date, and subject area
for each kid. From reading several other posts here, I am guessing I need a
fourth table to hold kidID-teacherID-roster records and then create a form in
that table with a subform? That is as far as can see it yet – any additional
[and specific] advice to get me through this 4th table and the form/subform
would be greatly appreciated. I never tried VB but did program in Basic back
when dinosaurs roamed the Earth. I am willing to give it a try if absolutely
necessary. Thanx in advance – Datagnome
and A2007) in which teachers log minutes spent in remediation for individual
kids. Tables are split, all records go to the same participation/service
Table on the server. Teacher forms (front ends) allow them only to add
records for his/her own ID and see/edit past records for his/her own ID.
There are three tables: kids (ID is key, contains grade level and demographic
info), teachers (staff ID is key, contains only names and ID now), and
participation (includes date, subject area, kid ID, teacher ID, type of
instruction or service administered, and comment). Jukebox only allows data
entry (one kid at a time), edit previously entered data, and exit.
I want to create/add a second data entry method whereby a teacher can call
up his/her entire class roster and enter the date, subject, and minutes spent
by the entire class and then click radio buttons to indicate which students
were present. Even better, a choice that defaults the form to “all studentsâ€
and then the teacher can click buttons to remove students (i.e., show them as
absent, or "not present"). When Teacher hits the “Enter Data for Rosterâ€
button, records are entered in the table for only the kids whose buttons were
clicked “on†and contain the same number of minutes, date, and subject area
for each kid. From reading several other posts here, I am guessing I need a
fourth table to hold kidID-teacherID-roster records and then create a form in
that table with a subform? That is as far as can see it yet – any additional
[and specific] advice to get me through this 4th table and the form/subform
would be greatly appreciated. I never tried VB but did program in Basic back
when dinosaurs roamed the Earth. I am willing to give it a try if absolutely
necessary. Thanx in advance – Datagnome