Undo Action?

UTK

Engineer Bound
Local time
Yesterday, 21:39
Joined
Oct 13, 2004
Messages
17
Is there a way to undo one action at a time like in MS Word? I know that there is the Undo command, but that will clear the entire record. I don't want to clear all....just one action at a time. :cool:
 
I know that you can specify the field that you want to undo.

Code:
Me.textbox1.Undo
 
Could you make a CancelEvent work in a BeforeUpdate event?

kh
 
CancelEvent will only stop macros...it seems. I want to be able to step back through my actions one at a time.
 

Users who are viewing this thread

Back
Top Bottom