I'm using VB6 to access a SQL Server 7 Database through the VB data environment. I'm trying to incorporate 'undo' functionality into the App. Right now I'm trying to use 2 global variables that contain the control name(globVar1) and the originalValue(globVar2). These are loaded before the active field of the recordset is updated. When 'undo' is used the control in globVar1 is set to the value in globVar2. I was wondering if anyone here has had to deal with this or know of somewhere I can find out how to do this. Thanks in Advance.