DAO Transactions are started with BeginTrans() and ended with CommitTrans() or Rollback(). But could anyone tell me how to check if a transaction is underway? In other words: I would like to have an IsTransacting().

thanks, Joep