J
Jim Bunton
I'm having a bit of an issue with
BeginTrans - CommitTrans
. . . .
Often used it before mainly in Access 97 ! with no problem
But now - Access 2000 (wndows XP)
using References
Visual Basic For Applications
Access 9.0 Object Library
OLE Automation
Microsift DAO 3.5 Object Library
Microsoft ActiceX Data Objects 2.1Library
Begin Trans CommitTrans doesn't seem to be working as I expect.
The code below for example updates the table!
**code start**
BeginTrans
testSet.Edit
testSet!flat1 = 999
testSet.Update
Rollback
** Code End **
BeginTrans - CommitTrans
. . . .
Often used it before mainly in Access 97 ! with no problem
But now - Access 2000 (wndows XP)
using References
Visual Basic For Applications
Access 9.0 Object Library
OLE Automation
Microsift DAO 3.5 Object Library
Microsoft ActiceX Data Objects 2.1Library
Begin Trans CommitTrans doesn't seem to be working as I expect.
The code below for example updates the table!
**code start**
BeginTrans
testSet.Edit
testSet!flat1 = 999
testSet.Update
Rollback
** Code End **