transaction

A series of changes made to a database's data and schema. Mark the beginning of a transaction with the BeginTrans statement, commit the transaction by using the CommitTrans statement, and undo all your changes since the BeginTrans statement by using the RollbackTrans (ADO) or Rollback (DAO) statement.