TableName.Record (Determine DataTable Record Number)

The TableName.Record syntax is used to determine the record number of a specific DataTable record.

Syntax

TableName.Record(1,n)

Remarks

This syntax returns the record number of the specified number of records prior to the current record. The name of the DataTable is entered in place of the TableName parameter. TableName is limited to 20 characters. The number of records to go back in the DataTable is specified by n.

For additional data table access functionality, see Data Table Access.