Printing selected records

C

Chris B

In a report, is there a way with code to print just the
first 5 records within a table?

Chris
 
A

Andrew Smith

You can base the report on a query that selects the Top 5 records. However
you must sort the query on some field that defines the record order or you
will get unpredictable results.
 
Top