Saves the current record and then updates the controls in the form. If you set the SaveRecord parameter to false, this function will not save the record before the the form is updated.

CurrForm.UPDATE[(SaveRecord)]

Parameters

SaveRecord

Type: Boolean

Set this parameter to true if you want to save the current record. Set this parameter to false if you want to update without saving the current record.

Expand imageSee Also