Why can I Undo edits after I've changed records in a form? (1 Viewer)

thardyjackson

Registered User.
Local time
Today, 14:11
Joined
May 27, 2013
Messages
45
Don't want this ability. I thought "Undo" was only available while in the current record.

Here were my steps:
1 - Loaded form that shows 1 record per form page.
2 - Edited a record
3 - Moved to another record with status bar nav arrow
4 - Verified my edit was in the underlying table
5 - Moved back to the original record, again using status bar nav arrow
6 - Clicked my "undo" control and the original data appeared in the form
7 - Moved to another record
8 - Verified my original data was now back in the underlying table

My undo control has this vba on click:
Code:
DoCmd.RunCommand acCmdUndo
Have I misunderstood the scope of Undo?

Thanks.
 

Users who are viewing this thread

Top Bottom