Sets or returns the value of the On Updated box in the Properties window of an OLE container control (such as a bound or unbound object frame or custom control). Read/write String.
expression.OnUpdated
expression Required. An expression that returns one of the objects in the Applies To list.
The OnUpdated value will be one of the following, depending on the selection chosen in the Choose Builder window (accessed by clicking the Build button next to the On Updated box in the control's Properties window):
If the On Updated box is blank, the property value is an empty string.
The following example prints the value of the OnUpdated property in the Immediate window for the "Customer Picture" control on the "Order Entry" form.
Debug.Print Forms("Order Entry").Controls("Customer Picture").OnUpdated