Run an event when the ESC key or undo action is trigged

A

And

I have a form and I want to run some code when the form that is being
introduced is undo. How can I achieve this?



Tks in advance

And
 
S

Sprinks

The form has an Undo event. See the form properties (View, Properties,
<click on the square at the upper left hand corner of the windo>). Click the
ellipsis to the right of the On Undo property, and choose Code Builder to
create the shell of the event procedure. Put your code there.

Sprinks
 
A

And

Tks Sprinks for your post but,
I'm using Microsoft Access 2000 (9.0.6926 SP-3), I searched all over the
place and I couldn´t find the undo event. When I made a search in Access
help I could only find an undo method but this is not what I want.

Tks in advance
 
Top