Undo Record via Sendkeys

message from Wayne Robinson on 15 May 2004
I have a form that a user could mess up and want to add an "UNDO" button to.
I am trying to use the "send" function (Ctrl+Z) and the access system is
telling me to install the addin or re-install Access. I can't find the addin
anywhere and re-installation does not have any options for add-ins. I have
read the KB's on the subject but have not found any answers.

Any ideas or suggestions would be greatly appreciated.

TIA.

Kindest regards,

Wayne
 
Van T. Dinh replied to Wayne Robinson on 15 May 2004
Me.Undo

will cancel all edits for the current Record.
 
Larry Daugherty replied to Wayne Robinson on 14 May 2004
Hi Wayne,

There is an all code replacement for Sendkeys (fSendKeys) at
www.mvps.org/access that was contributed by Ken Getz. It is much safer to
use.

I'm sure you're aware you can't normally "undo" data that's already been
saved to tables.

HTH
 

Archived message: Undo Record via Sendkeys (Microsoft Access Database)