You are about to report the tutorial shown below for review. Please only report if there is a problem with it.
Thanks.
Limit query results with the Recordset object ASP / Database Integration
Here is an invaluable program that you can use to view and control the presentation of records in your database. We will use the Recordset object and the MaxRecords property via ADO, to set the number of records to return to the recordset and therefore to your screen. This is like a table in memory, holding records which are subdivided into individual fields.