DoCmd.RefreshRecord method (Access)

The RefreshRecord method performs the RefreshRecord macro operation from Visual Basic.

Syntax

expression.RefreshRecord

expression A variable that represents a DoCmd object.

Remarks

In a client database, the RefreshRecord method is equivalent to the Refresh method of the Form object. In a web database, see the RefreshRecord macro action.

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.