I can't get my "undo" code to work on my form that uses unbound controls.
Is this not possible with unbound controls? Is there another way?
Here is the code I have tried:
I also tried:
Also, the "Undo" command is not available in the menu.
Any workarounds for this?
Thanks,
BJS
Is this not possible with unbound controls? Is there another way?
Here is the code I have tried:
Code:
DoCmd.RunCommand acCmdUndo
I also tried:
Code:
e.Undo
Also, the "Undo" command is not available in the menu.
Any workarounds for this?
Thanks,
BJS
