Hi,
I learned a few things about transactions in Access.
Always set a record set object to nothing after closing it. If you use a recordset object name, then close it, then begin a transaction, and then use the same recordset object name, the data in the second recordset object will not be...