Undo Record via Sendkeys

W

Wayne Robinson

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
 
L

Larry Daugherty

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
 
Top