Name

Recordset.PageSize Property — (Versions 2.0, 2.1, 2.5, 2.6)

Synopsis

                     pagesize = recordset.PageSize

The PageSize property indicates the number of records in a logical page.

Datatype

Long

Description

The PageSize property determines how many records belong to a logical page within your recordset. The default value is 10. This property can be set at any time and is used with the AbsolutePage property to move to the first record within a specified page.

See Also

Recordset.AbsolutePage Property, Recordset.PageCount Property

Get ADO: ActiveX Data Objects now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.