Hello all,
I'm completely new to the access world. I'm not 100% sure I'm even thinking about this correctly, but I'm really trying to come up with a good solution to my issue. I can explain what I need in the end and what I think I need to do after doing a ton reading and watching beginner videos on Access.
What I'm looking for: Student growth tracker (Kind of like a grade book)
Info that will be collected (tables):
Student Info: First, Last, email, etc
Assessments: Name of assessment, max score, description, standard, etc.
Standard: Name, description
Score: Each student will get a score for each assessment (defaults to 0), spot to attach a artifact (scanned assignment)
Input: This is where I'm going to show I'm a nOOb, I would love to have a "form" that looks like spreadsheet; assessments across the top (columns), students down the side (rows). I could simply click in the intersecting cell and it will create a record in the scores table referencing the studentID. I would like to make it so I could double click in the cell to add to bring up a details page for that students score on that one assignment. This would allow me to attach a file and add a note to it.
Reports: I need to run various reports.
1. Student report: this will pull the data the scores. So it will have Student name at the top and create a sheet that will pull all of the assessments from one "standard".
2. Assessment report: this will put a report of each assessment and give me a list of the students that scored a 1, 2, 3, 4, etc.
3. Maybe more details later......
I'm hoping I'm thinking right. I think it's just a matter of process. The part I'm getting hung up on is making the "easy" input sheet. I think I could get it to work if I wanted to input each assessment score one at a time.
I really need when I add an assessment it adds automatically adds a score for each student set to zero. Just not sure I'm doing this right.
Thanks,
Tray262