SITUATION: I'm a teacher creating a database for my Math classes. I have 5 different classes (Math1-Math5). Each class is represented by a table that contains the Students Name and Section Number. Each class has different assignments (Assign1-Assign10). Each assignment has a Grade.
PROBLEM: I'm building a form that would allow me to update the grades for each assignment based on the class. Here it is, the form is based on the section number. Immediately below is a subform based on a query that crosses the students with the assignments. It is linked to the main form on the section number. I need to update grades for each student/assignment. How do I update the grade table using the AssignmentID and Student ID?
PROBLEM: I'm building a form that would allow me to update the grades for each assignment based on the class. Here it is, the form is based on the section number. Immediately below is a subform based on a query that crosses the students with the assignments. It is linked to the main form on the section number. I need to update grades for each student/assignment. How do I update the grade table using the AssignmentID and Student ID?