Taking the Top Three

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have a query that prints out all individuals and the amount of footage they produced for a given date range. I would like it to print out just the top three. What would I need to put in the criteria to allow only the top three individuals.

Fran
 
In the query design, next to the group by icon there's a
drop down box. Enter the number '3' there where it
says 'All'.

You can also do this through the SQL view by adding 'TOP
3' after the select.

Make sure to get the right ordering.
-----Original Message-----
I have a query that prints out all individuals and the
amount of footage they produced for a given date range. I
would like it to print out just the top three. What would
I need to put in the criteria to allow only the top three
individuals.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Back
Top