dds82,
I am trying to write a test eveluation report. I am using 4 tables. 1.Correct answers 2. students test answers 3. a table with student's profiles 4.test results table
I have written code to see which test is taken, compare correct answers with student's answers and write to a simple test results table containing student number, date, test taken and final grade.
I am using 4 recordsets to work withthe tables. In addition, i have used a matrix to list the incorrect answers and give the corrections and study resources.
I want to produce a report for the student with his name, date, grade and a list of incorrect answers. The body of the report will list the corrections and study resources.
The code I have written places all of the report information in a single recordset but I can't get the report to use the information in the recordset without putting it in another table.
I was hoping to avoid the step of making a tempory table. I tried to set the report recordsource to the recordset. That's when I get the type mismatch error.
Thanks
Bill