Student Progress Database Application

Anonymous
2016-11-08T11:25:10+00:00

Hello everyone!

I want to make an application for keeping track of students’ progress marks each month of the year using Access 2010. Suppose I have 10 literacy centers in 10 different locations each with 35-40 students enrolled. I want to generate a monthly Access  report showing the progress of each student in each of the subjects taught.

I have designed forms for entering details of each center, instructor and student saved in separate tables. All I need to do is find a way to generate month-wise students’ progress reports for each of the 10 literacy centers to be handed over to the center manager.

What would be the best way this could be done using Access 2010?

Thank you.

~~Maneesh

Microsoft 365 and Office | Access | For home | Windows

Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.

0 comments No comments

139 answers

Sort by: Oldest
  1. Anonymous
    2016-11-12T08:40:49+00:00

    Hi Scott,

    I made the main form using the form wizard and then put a combo box on the main form to filter records. Then I made use of the form wizard a second time for the sub form but could not filter the records from the sub form. Then I deleted the sub form and dragged tblStudents onto the main form and added fields from other 2 tables wiz. tblCourse and tblStudentsProgress onto the subform. I've attached a screenshot of the way I wanted the design of the form to be. When I select the CenterCode from the combo box, I want the sub form to display student names along with their courses in the sub form. This is the way I would like the application to work. But I just can't get the combo box to filter the records programmatically.

    Here's the screenshot:

    Please help me to design it this way.

    Thank you.

    Was this answer helpful?

    0 comments No comments
  2. ScottGem 68,840 Reputation points Volunteer Moderator
    2016-11-12T11:41:57+00:00

    First, I'm not following what you did, its not what I instructed. Second, The subform you show in the screenshot is not in keeping with the structure we have discussed. Having columns for each course is not proper normalized design.

    If you want to use an interface like that, you will have to use unbound forms hihc will require a significant amount of coding.

    Was this answer helpful?

    0 comments No comments
  3. Anonymous
    2016-11-12T11:47:18+00:00

    Okay Scott, I'll have to work closely along with you on this. First of all you tell me how best you would have this designed if you were in my place? I just need to make this form simple and intuitive enough for the data entry person, so she never runs into any problems.

    The basic question is then, how would someone feed the marks of the student into their courses each month?

    Was this answer helpful?

    0 comments No comments
  4. Anonymous
    2016-11-12T12:34:08+00:00

    I did design the forms the way you instructed in the first place, but was having trouble filtering the students according to the CenterCode so I took it apart and just to show you I designed the one in the screenshot. If this is hard enough, then, do I have to revert back to the one you have instructed? Will I be able to enter the marks of each student per center for each month of the year? I'm ready to do that too if I can link the combo box to filter the form according to the CenterCode.

    Was this answer helpful?

    0 comments No comments
  5. Anonymous
    2016-11-12T12:54:58+00:00

    I would go with a form that requires minimum amount of coding, though I am not allergic to coding if that is really required to make this happen.

    Thank you.

    Was this answer helpful?

    0 comments No comments