A family of Microsoft relational database management systems designed for ease of use.
Query 1 was just an example. Its the query that is generated in the code snippet I gave you. You really have to follow what I have told you, don't forget previous instructions.
So, AGAIN, the Generate Report code does the following:
- Deletes all records from tmpProgress
- Appends records to tmpProgress that meet the selected criteria of CenterCode and GradeMonth.
- Opens the Report which is based on the second query I outlined. So you have a crosstab query based on tmpProgress as an interim query and a second query to bring in the Student name and calculate the percentage.
This was all laid out in detail in my response on Jan 3.
The reason for tmpProgress was because for some reason the second query that was based on the original crosstab was not working as it should. So I created the temp table as a workaround.