The Recalc method immediately updates all calculated controls on a form.
Syntax
form.Recalc
The Recalc method has the following argument.
Argument | Description |
---|---|
form | A Form object representing the form that contains the controls for which you want to recalculate the values. |
Remarks
Using this method is equivalent to pressing the F9 key when a form has the focus. You can use this method to recalculate the values of controls that depend on other fields for which the contents may have changed.