Does "Undo" Work with Unbound Controls

BJS

Registered User.
Local time
Today, 09:22
Joined
Aug 29, 2002
Messages
109
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:

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 :confused:
 
UnDo *only* works with bound controls. With unbound controls you will have to do all of the work yourself.
 
Thanks RuralGuy!
That's what I thought....I better get working on doing this the long way!
 
You can find lots of threads that believe there are very few valid reasons to use unbound controls. Why do you believe it is necessary this time?
 

Users who are viewing this thread

Back
Top Bottom