Form.CurrentRecord property (Access)

Use the CurrentRecord property to identify the current record in the recordset being viewed on a form. Read/write Long.

Syntax

expression.CurrentRecord

expression A variable that represents a Form object.

Remarks

Microsoft Access sets this property to a Long Integer value that represents the current record number displayed on a form.

The CurrentRecord property is read-only in Form view and Datasheet view. It's not available in Design view.

The value specified by this property corresponds to the value shown in the record number box found in the lower-left corner of the form.

Support and feedback

Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.