Not
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Applies to: Access 2013, Office 2013
Cancels any changes made to the current or new row of a Recordset object.
Syntax
DataControl.CancelUpdate
Parameters
| Parameter | Description |
|---|---|
| DataControl | An object variable that represents an RDS.DataControl object. |
Remarks
The Cursor Service for OLE DB keeps both a copy of the original values and a cache of changes. When you call CancelUpdate, the cache of changes is reset to empty, and any bound controls are refreshed with the original data.