Access97 - Default Undo Button - Help

J

Jado

Hi

The default Undo button in Access 97 can be quite dangerous as on the third
click the action undo's the entire record.

i want to replace the button with my own which only allows the last action
to be undone , then disables the button until a further change is made.

does anyone know how i would enable this button after any change to the
record without having to write an OnChange Event in every control on the
form?

Thanks
Jado
 
M

margaret bartley

Are you talking about the Undo command on the Edit menu of the toolbar?
Are you talking about the Escape key on the keyboard?
Are you talking about a control on a form?
Are you talking about a command button on a form?
 
J

Jado

I was referring to the Undo Command, but i need to disable all methods of
undoing a field/record accept when using my custom command button on a
custom command bar (which is available to 1 main Form with 1 subForm within)
these are the only forms in my db.

Thanks
 
Top