CurrentRecordNumber Property
Object List Next Object
Defined By: Dynaset
Description:
The row or line number that the CurrentRecord refers to.
Details:
Using the Find (First, Last, Next, and Prev) 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
See Also:
CurrentRecord property