Recno() |
Working with Formulas > Functions Used in Formulas > Other Functions > Recno()
RECNO() returns a number indicating the unsorted, absolute position of a record in a set.
Function Format
RECNO()
Return Value
RECNO() returns a numeric value
Examples
RECNO() = 25 for the 25th record in the set
RECNO() = 1 for the first record in the set
NOTE: RECNO() is not available on directly connected external tables. |