DoCmd.RefreshRecord Method (Access)
The RefreshRecord method performs the RefreshRecord macro operation from Visual Basic.
Version Information
Version Added: Access 2010
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.