G
Guest
I've created a subform for my standard buttons such as Save, Cancel/Undo,
Search, etc. However the Cancel/Undo button doesn't work properly because
the Main form first updates (and triggers the BeforeUpdate event which makes
undo unavailable.
So, How do I create an Undo button in a button subform that works properly
before updating the main form?
OR How do I reference that the Undo button has been pressed in the subform
in my main form BeforeUpdate event so I can do the undo before the update?
Search, etc. However the Cancel/Undo button doesn't work properly because
the Main form first updates (and triggers the BeforeUpdate event which makes
undo unavailable.
So, How do I create an Undo button in a button subform that works properly
before updating the main form?
OR How do I reference that the Undo button has been pressed in the subform
in my main form BeforeUpdate event so I can do the undo before the update?