CurrentRecordNumber Property

Object List Next Object

Defined By:
Recordset

Description:

The row or line number that the CurrentRecord refers to.

Details:

Using the FindFirst, FindLast, FindNext, and FindPrev methods will automatically position the CurrentRecordNumber to the record where the search string was located. In the case of the RecordSet object, bound controls may be updated after a Find method by setting CurrentRecordNumber = CurrentRecordNumber. This forces a "Move To" in the found record.

Data Type: Long