J
Jon
I know how to create a query that can pull out the Top 10 records in a
field. What I would like to do is create a top 10 query, then have that
same query bunch all the other records into an eleventh line.
Let me simplify it using an analogy. Say I have 5 records:
Able 3
Baker 5
Charlie 2
Delta 8
Eagle 4
If I run a top 2 report on this, it will come back saying:
Delta 8
Baker 5
What I want is to ultimately create a report that will come back saying
this:
Delta 8
Baker 5
Other 9
How do I do it??
field. What I would like to do is create a top 10 query, then have that
same query bunch all the other records into an eleventh line.
Let me simplify it using an analogy. Say I have 5 records:
Able 3
Baker 5
Charlie 2
Delta 8
Eagle 4
If I run a top 2 report on this, it will come back saying:
Delta 8
Baker 5
What I want is to ultimately create a report that will come back saying
this:
Delta 8
Baker 5
Other 9
How do I do it??