The Update method saves any changes you make to the Record object
Sub DataSource_Update()
End Sub
Use the Update method to save any changes you make to the current Record object since calling the AddNew method or since changing any field values in an existing record.