U UTK Engineer Bound Local time Yesterday, 21:39 Joined Oct 13, 2004 Messages 17 Nov 3, 2004 #1 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.
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.
ghudson Registered User. Local time Today, 00:39 Joined Jun 8, 2002 Messages 6,194 Nov 3, 2004 #2 I know that you can specify the field that you want to undo. Code: Me.textbox1.Undo
KenHigg Registered User Local time Today, 00:39 Joined Jun 9, 2004 Messages 13,327 Nov 3, 2004 #3 Could you make a CancelEvent work in a BeforeUpdate event? kh
U UTK Engineer Bound Local time Yesterday, 21:39 Joined Oct 13, 2004 Messages 17 Nov 3, 2004 #4 CancelEvent will only stop macros...it seems. I want to be able to step back through my actions one at a time.
CancelEvent will only stop macros...it seems. I want to be able to step back through my actions one at a time.