Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 1.1 KB

File metadata and controls

28 lines (18 loc) · 1.1 KB
title TOCTitle ms:assetid ms:mtpsurl ms:contentKeyID ms.date mtps_version ms.localizationpriority
PageSize property (ADO)
PageSize property (ADO)
da56edd8-8947-aeff-2ef5-a8535c66575b
48548079
09/18/2015
v=office.15
medium

PageSize property (ADO)

Applies to: Access 2013, Office 2013

Indicates how many records constitute one page in the Recordset.

Settings and return values

Sets or returns a Long value that indicates how many records are on a page. The default is 10.

Remarks

Use the PageSize property to determine how many records make up a logical page of data. Establishing a page size allows you to use the AbsolutePage property to move to the first record of a particular page. This is useful in web server scenarios when you want to allow the user to page through data, viewing a certain number of records at a time.

This property can be set at any time, and its value will be used for calculating the location of the first record of a particular page.