UpdateControls Method

See AlsovbmthUpdateControlsSee                 ExamplevbmthUpdateControlsEx>Low

Description

Gets the current record1BNJB8X from a data control's recordset22S7WAF and displays the appropriate data in controls boundLVLJ7W to a data control.

Syntax

datactrl.UpdateControls

Remarks

Use this method to restore the contents of bound controls to their original values, such as when a user makes changes to data and then decides to cancel the changes.

This method creates the same effect as making the current record current again, except that no events occur.