I am a complete novice that using the help file and some kind advice from this forum, managed to build a (probably awful) database.
Before i explain the problem i am facing, i should explain what the database should do at the end. I am an instructor in fighter squadron and i am trying to create a db that will allow the instructors to:
1 . grade the flight of the student using option groups (selecting from 5 options for each subject graded in every flight) in a format similar to how the standard grade sheet looks
2. Print the grade sheet
3. Compare student performance vs class average
4. Evaluate class performance tendencies on each subject evaluated (getting better or worse)
5. Create a report for each student that depicts in a chart the performance of each student in 5 specific areas vs class average on this areas. The 5 areas are professionalism, knowledge, aggressiveness, situational awareness and instructional capability. Each of the 13 subjects evaluated in each flight belongs to at least one area e.g. subject discipline is part of the area professionalism.
6. Ideally i would like the chart in number 5 to look like the player attributes in pro evolution soccer!
I tested more than 10 different ways of doing this and i selected the one that has less VBA code because i can't program. So i created a separate field for every subject and i called it Sub1....Sub13. Then i have a separate field for each score of the 13 subjects Sc1...Sc13. I have a form where after filling the basic data (date,student name, instructor name etc) the instructor can click on the option group next to each subject and see the score at the bottom of the form.
What i want to do now is associate the ScX and SubX fields with the records in the areas. I probably need VBA code that will query the data of the fields that are associated to the areaID. So is there a way to associate records with field names based on e.g. a text lookup?
I am uploading my work so far and please tell me if you see serious problems with it. Thank you very much!
https://drive.google.com/file/d/0B3E...it?usp=sharing