Formating in a Report, the highest 3 records

L

Luis Marques

How do i can format the hightes 3 records on an Access Report?

Unfortunately the Access doesn't have the Excel have the function "Large"...

Can you help me?
 
L

Lance

Try writing your query to use "SELECT TOP 3..." then sort it in the way you
want the records to show.
 
Top