Show Top 20 Totals

G

Guest

Hi I am a beginner in Access just 1week since I learnt it

I have a Table with Name and TotalSalary there are 500 records in this table
I want to build a query which will show me Top 20 salaries
What formula should I type in the Criteria cell below TotalSalary in design
view

Thanks
 
J

Jeff Boyce

You won't use a "selection criterion".

First, sort the data by the salary, descending.

Instead, right-click in the open space above the grid in your query's design
view. Select Properties.

Set the Top property to 20. Run the query.

--
Regards

Jeff Boyce
www.InformationFutures.net

Microsoft Office/Access MVP


Microsoft IT Academy Program Mentor
http://microsoftitacademy.com/
 

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

Top