Solved DYNAMIC REPORT FROM CROSSTAB QUERY

Attachments

  • IMG_20211014_120334.jpg
    IMG_20211014_120334.jpg
    2.9 MB · Views: 157
Hi
Is the attached screenshot the Report Layout you are expecting?

Looks like Arnelgp beat me to it with a much neater looking final report
 

Attachments

  • Grades.JPG
    Grades.JPG
    87.1 KB · Views: 150
will this report do for you?
I had developed this before and it is good when giving each student report form. But now i want it to be across just like in ms excel. With this alot of printing papers will be used. I need papers to be minimized by developing a report from crosstab query just like in qrygrades query. I am defeated. I have searched all over the internet.
 
If you display the Grades Horizontally then you would end up printing even more paper.
 
Hi
Is the attached screenshot the Report Layout you are expecting?

Looks like Arnelgp beat me to it with a much neater looking final report
Not this. Should look just like in ms excel. Subjects to be across.
If you display the Grades Horizontally then you would end up printing even more paper.
Let's use subjectID in subjects table then.
 
This is what it looks like Landscape
If you delete the records in studentsubjects table it creates an error in report. My database will be used by different people and I will have to reset everything in tables. Basically, it will create an error. I believe there should be a function to increment the description by 1 and also subtract by 1 when selected and deleted respectively. I know in this forum we have expertise in ms access functions and queries. Otherwise I appreciate the work you people are doing.
 
If you are resetting all the time, you are going about it the wrong way.
 
If you are resetting all the time, you are going about it the wrong way.
It has to be reset sir. What if a student is allowed to drop a certain Subject. Also not all institutions offer the same subjects. A subject can be removed after some years. It happens. The database should accommodate. There should be a way.
 
You would manage this by adding a field to tblSubjects to indicte if the Subject is Active / Not Active.

Then your Combobox for selecting a Subject would be filtered to only show those Subjects that are Active.
 
You would manage this by adding a field to tblSubjects to indicte if the Subject is Active / Not Active.

Then your Combobox for selecting a Subject would be filtered to only show those Subjects that are Active.
Kindly assist me in using the above database please I beg you
 
Your Report will not work using the method you are suggesting.

If you want it to be dynamic and only show those subjects which are active then you cannot use a Crosstab and the subjects would have to be displayed Vertically.
 

Users who are viewing this thread

Back
Top Bottom