472,119 Members | 2,024 Online
Bytes | Software Development & Data Engineering Community
Post +

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 472,119 software developers and data experts.

Undo problem

In the Form_beforeupdate event : while the command Me.Undo works
perfectly the Me.MyControl.Undo doesn't !!! I would like to make it
work as I don't want to undo the changes in the whole form, but only
in a couple of controls, which are the crucial ones. I also have an
Undo button which also works correctly.
Is there something I'm missing?

thnx in advance

Laertes
Nov 12 '05 #1
1 1849
By the time you get to the form's BeforeUpdate event, the control has
already updated. Use the control's BeforeUpdate event instead to undo the
control. You may also be interested in the OldValue property of the control.

--
Wayne Morgan
Microsoft Access MVP
"Laertes" <bi******@btopenworld.com> wrote in message
news:b2**************************@posting.google.c om...
In the Form_beforeupdate event : while the command Me.Undo works
perfectly the Me.MyControl.Undo doesn't !!! I would like to make it
work as I don't want to undo the changes in the whole form, but only
in a couple of controls, which are the crucial ones. I also have an
Undo button which also works correctly.
Is there something I'm missing?

thnx in advance

Laertes

Nov 12 '05 #2

This discussion thread is closed

Replies have been disabled for this discussion.

Similar topics

reply views Thread by Wiktor Zychla | last post: by
11 posts views Thread by Mad Joe | last post: by
reply views Thread by wizard of oz | last post: by
reply views Thread by leo001 | last post: by

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.