I have a query and a table that are linked and I want to show the top 25 records for each group, I have found a few different forum posts and Microsoft articles about this exact question but cannot seem to get anything working. Here are some specific details about my query and table. The query sums all of the sales for the year by customer number.
Query: [Sales by Customer No for Current Year]
Fields: [CustomerNo], [Sales]
Table: [AR_Customer]
Fields: [CustomerNo], [UDF_CC_DROPDOWN]
I am trying to show the top 25 customers based on the sales volume grouped on customer class (the UDF_CC_DROPDOWN field).
I am probably missing something basic, any help would be greatly appreciated.
- Jonathan
Access 2010