Form Undo event ? Access 2000

  • Thread starter Thread starter Ian
  • Start date Start date
I

Ian

How do you catch a Form Undo. There isn't an event for it that I can see.

I am trying to clear some unbound boxes mixed in with bound ones should the
data-entry be abandoned with the Esc key or similar.

Thanks
 
-----Original Message-----
How do you catch a Form Undo. There isn't an event for it that I can see.

I am trying to clear some unbound boxes mixed in with bound ones should the
data-entry be abandoned with the Esc key or similar.

Thanks


.
Hi Ian,

use this link to the Access Web for an example using the
forms key event. You will have to adapt it...

http://www.mvps.org/access/forms/frm0016.htm

Luck
Jonathan
 
Ian, IIRC, there should be an Undo event for the Form in A2000.

When the user presses the Esc key, Access undoes the current control. They
may need to press the Esc key again before Form_Undo fires and all controls
are undone.

Post back if this still doesn't work for you.
 
Back
Top