I need to collect data from a table using a query. The table contains a field for the employee's name (EmployeeID) and each time they enter a call they enter their name in this field. I need to find out who enters the most calls within a given date range. All I want returned in the query is the top ten names and how many total records with their name. So Fred would have 16 records or calls, then John had 12 records........Again only need to the the top ten most calls. Below is my query so far and I am able to pull the entire list by date. I just don't know how to show only top ten and the total amount per person.
Thanks
Rick