C Chris B Nov 19, 2003 #1 In a report, is there a way with code to print just the first 5 records within a table? Chris
A Andrew Smith Nov 19, 2003 #2 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.
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.