Not to play with real data, I have created a test table as follows:
Name Calls
Sabado 35
Daniel 41
Denise 42
Lisa 45
Ann 25
Bob 33
Susan 29
Jenn 39
Helen 37
Joe 36
Lori 38
How do I create a query that returns the people who made most calls? I must retrieve the TOP FIVE only.
This is just an example...my real table has hundreds of records and again I must only retrieve the top five.
Can that be done?
Name Calls
Sabado 35
Daniel 41
Denise 42
Lisa 45
Ann 25
Bob 33
Susan 29
Jenn 39
Helen 37
Joe 36
Lori 38
How do I create a query that returns the people who made most calls? I must retrieve the TOP FIVE only.
This is just an example...my real table has hundreds of records and again I must only retrieve the top five.
Can that be done?