Type | Description | |||
Records as Variant | A VARIANT expression that specifies an empty expression or a safe array of bookmarks to be synchronized. If missing or empty, the entire control/recordset is synchronized |
The following sample shows how you can syncronize the control events and the table once all records of the tabel has been deleted (MS Access, or DAO)
CurrentProject.Connection.Execute "DELETE FROM Events" Schedule1.Synchronize
Because DAO does not provide sync events you can use the Syncronize method to update the events of the control, once you update externally the table.