Updated Event

Applies To

Bound Object Frame Control, Unbound Object Frame Control.

Description

The Updated event occurs when an OLE object’s data has been modified.

Note The Updated event applies only to controls on a form, not controls on a report.

Remarks

You can use this event to determine if an object’s data has been changed since it was last saved.

The Updated event occurs when the data in an OLE object has been modified. This update can come from the application in which the object was created or from one of the linked copies of this object. As a result, this event is asynchronous with other Microsoft Access control events.

Note The Updated event and the BeforeUpdate and AfterUpdate events for bound and unbound object frames are not related. The Updated event occurs when an OLE object’s data is changed, and the BeforeUpdate and AfterUpdate events occur when data is updated. Although not related, all three events usually occur when an OLE object’s data is changed. The Updated event generally occurs before the BeforeUpdate and AfterUpdate events; however, this may not happen every time.

See Also

Action Property; BeforeUpdate, AfterUpdate Events; Class Property; OLEType Property; OLETypeAllowed Property; UpdateOptions Property.