Count (Recordset function)
Jump to navigation
Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.
Calculate number of records in Recordset (Recordset class)
This function calculates the
number of records in the Recordset object.
Syntax
%number = recordset:Count
Syntax terms
%number | A numeric variable to contain the returned value of Count. |
---|---|
recordset | A non-null Recordset object variable. |
Usage notes
- For more information about using Count, see "Using Recordset objects".
Examples
For a simple example, see the Copy method "Example" section.