Microsoft Access help?
Suppose you have a table in Access with the fields "Name", "quiz 1", "quiz 2", and so on through "quiz 50"
The recordes include student names and their scores for the quizes.
What I want to do is, for each student, provide a list of quizes that he failed. A simple report might look like:
***************************************
John Doe
quiz 7, quiz 9, quiz 23, quiz 42
Jane Smith
quiz 7, quiz 10, quiz 23, quiz 49
Jack Jackson
quiz 7, quiz 25, quiz 46
***************************************
This might be easy if the student names were the fields and the quizes were the records, but the database uses student names as the primary field for other reasons.
Any ideas?
The recordes include student names and their scores for the quizes.
What I want to do is, for each student, provide a list of quizes that he failed. A simple report might look like:
***************************************
John Doe
quiz 7, quiz 9, quiz 23, quiz 42
Jane Smith
quiz 7, quiz 10, quiz 23, quiz 49
Jack Jackson
quiz 7, quiz 25, quiz 46
***************************************
This might be easy if the student names were the fields and the quizes were the records, but the database uses student names as the primary field for other reasons.
Any ideas?