Rick B, sorry for the delay responding. Your example
given below is EXACTLY what I am looking for. I had a
feeling I would have to create subreports but I wasn't
sure how to do it. So they have to be placed in the
detail section?
BTW, the reason for this is that I will be able to
evaluate each student without having to run a new query
each time that I want to look at a different field sorted.
Using your example, I will be able to see the high scores
for both "test scores" and "quiz scores" at the same
time. Or the low scores. I also won't have to print out
a new report every time I sort by a different column if I
wanted a hard copy of the query.
Thanks very much for your help Rick.
-----Original Message-----
Yes and No.
In the query, you would have name, test score, hours in
study hall. Since the name is in column 1, the entries in
column 2 and 3 must stay with the name.
You could create TWO queries and do this. One would show
Name and Score (sorted by score). The second would
contain Name and Hours (sorted by hours).
There is no way (and logically there would not be) to
sort columns 2 and 3 differently if the key (name) is in
column 1.
Please post an example of what you'd want to see. Give
us details like I did in my posts. Tell us a few names,
the corresponding numbers, and then type out the data the
way you think it should look on the report or screen.
Do you have a current report (that you make with paper
and pencil) that does this? I just can't imagine how you
could sort the columns independant of the key field and
have the report make any sense.
Give us a picture of your data.
Rick B
The only example I could come up with is....
John Smith
Test Scores Quiz Scores
11/14/04 95 11/09/04 100
11/07/04 90 11/02/04 88
11/21/04 81 11/16/04 80
Susan Jones
Test Scores Quiz Scores
11/21/04 98 11/02/04 90
11/07/04 92 11/16/04 87
11/14/04 88 11/09/04 84
Notice each "subreport" is sorted by number.
If that is what you want, then you would need to create
two sub reports (one for Test and one for Quiz) and then
place them in a main report side-by-side in the detail
section.