dharkin Posted November 11, 2005 Posted November 11, 2005 Hello, Can anyone tell me how to allow a record to be created and after it is created to modify it only. I am trying to create a school grading program. I have a student table then my classes, and teacher table. When a student is selected and a grade is entered in say language arts first quarter a teacher can then go back into a the database and enter a grade(record) for the same student and class. thus creating two grades for the same student and class. so I would like this just to be modified after the grade is created. My only other alternative is to create a flat database which I really do not want to do. Maybe my design is way off any help would be appreciated. I have an import file of students as my starting point from our main student info system. Thanks in advance
mr_vodka Posted November 11, 2005 Posted November 11, 2005 I think you might need another table here to join some of these other tables together. You should have a year table that has the Q1, Q2, Q3, Q4 etc. This table should have relationships to the student and subjects table. You can have it so that you can select a year for each student. Then the year will have certain subjects (teachers realted to subjects) for that particular year. A grade can be entered for each student, for each class, per each quarter in a selected year.
dharkin Posted November 11, 2005 Author Posted November 11, 2005 so maybe students, teachers, classes, and grades? Perhaps a seperate table for each class with the ability to grade within that table for instance: table for language arts with the 6 grading standards included for quarter 1 then a table for language arts with the 6 grading tables for Q2? Am I thinking right? thanks for the response
mr_vodka Posted November 11, 2005 Posted November 11, 2005 This is a very crude mock up file. Take a look for some ideas. teachers.zip
dharkin Posted November 12, 2005 Author Posted November 12, 2005 Thank you very much for taking the time to help me I will take a look at your solution. I will probably have a few more questions I hope you would not mind checking back on this forum
Recommended Posts
This topic is 6950 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now