How to make a top ten report in access?

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

Guest

I Have a report with 30 records, but i want to print the top 3 of them, the
highest values, how cam i make it?
 
vicrey1972 said:
I Have a report with 30 records, but i want to print the top 3 of them, the
highest values, how cam i make it?


Changing the report's record source query to a TOP 10% query
should do it. Just make sure you have the proper field's
Sort set appropriately.
 
Back
Top