ardy
Registered User.
- Local time
- Today, 15:12
- Joined
- Sep 24, 2012
- Messages
- 98
Hello All:
I am trying to build an access applet for my wife who is a K5 teacher. I am fairly new to Access and like to think I have fairly reasonable understanding of the relational databases. I however am not a programmer. I am not done with the applet yet so please don't judge it as is, I still have a lot of work to do…… What has gotten me stump:banghead: is how to add an exam for all students. Student ID is the Key field that relates all tables. I have a button in the main form(frm_Student_List) for adding a test, What I envision is once clicked by the user the form Add Test(frm_Test_Add) opens, Once the user adds all related information in the form by clicking the close and save the code will add the test to the Grades table for each student, so if we have 20 students(Students table), the Grade table will have 20 new record that has the same GradeID.
I hope I have explained this OK, I am attaching my Database and the Relationship report for your viewing…… I am assuming we have to use a For statement but am not sure how to construct it so it. I also am very much so open to advise in an over all Schema.
Regards
Ardy
I am trying to build an access applet for my wife who is a K5 teacher. I am fairly new to Access and like to think I have fairly reasonable understanding of the relational databases. I however am not a programmer. I am not done with the applet yet so please don't judge it as is, I still have a lot of work to do…… What has gotten me stump:banghead: is how to add an exam for all students. Student ID is the Key field that relates all tables. I have a button in the main form(frm_Student_List) for adding a test, What I envision is once clicked by the user the form Add Test(frm_Test_Add) opens, Once the user adds all related information in the form by clicking the close and save the code will add the test to the Grades table for each student, so if we have 20 students(Students table), the Grade table will have 20 new record that has the same GradeID.
I hope I have explained this OK, I am attaching my Database and the Relationship report for your viewing…… I am assuming we have to use a For statement but am not sure how to construct it so it. I also am very much so open to advise in an over all Schema.
Regards
Ardy