N
Nathan
I have a database that keeps record of a series of 12
tests done by students. There is one main table for the
test records that records the student's basic information
as well as the scores for each test and the date each
test was taken. I need to print a report that lists all
the students who took tests on a certain date and the
tests that were taken that day. That is, it would list
information for 22 October 2003 as:
John
Test 1 - 100%
Test 2 - 100%
Bill
Test 4 - 100%
Rob
Test 8 - 100%
Test 9 - 100%
Can anyone tell me how I can do this? I've designed a
report, but so far it just lists all the students in the
database and all the test scores.
tests done by students. There is one main table for the
test records that records the student's basic information
as well as the scores for each test and the date each
test was taken. I need to print a report that lists all
the students who took tests on a certain date and the
tests that were taken that day. That is, it would list
information for 22 October 2003 as:
John
Test 1 - 100%
Test 2 - 100%
Bill
Test 4 - 100%
Rob
Test 8 - 100%
Test 9 - 100%
Can anyone tell me how I can do this? I've designed a
report, but so far it just lists all the students in the
database and all the test scores.