I have been making more attempts at this query, and I still haven't any results yet.
I have a table consisting of 7753 records. The records consist of 3 fields, REGION, ACCT, and AMOUNT.
I need to query this table to pull out the 10 highest amounts for each region. There are 9 different regions, so I should have 90 records that the query brings back.
To recap:
I have table INFO consisting of records that contain REGION, ACCT, and AMOUNT. and I need the top 10 from each of the 9 different REGION values.
Thanks in advance.
I have a table consisting of 7753 records. The records consist of 3 fields, REGION, ACCT, and AMOUNT.
I need to query this table to pull out the 10 highest amounts for each region. There are 9 different regions, so I should have 90 records that the query brings back.
To recap:
I have table INFO consisting of records that contain REGION, ACCT, and AMOUNT. and I need the top 10 from each of the 9 different REGION values.
Thanks in advance.