This is very frustrating. I'm trying to undo changes to an unbound text box. Just to test this out, I have created a text box (txttest). I have created a simple BeforeUpdate event that does the following:
cancel = true
me.txtest.undo
After I change the entry in the text box and press the tab key, the focus returns to the text box control, but the new value I entered remains in the text box and is highlighted instead of reverting back to the old value.
What am I doing wrong?
Thanks.
cancel = true
me.txtest.undo
After I change the entry in the text box and press the tab key, the focus returns to the text box control, but the new value I entered remains in the text box and is highlighted instead of reverting back to the old value.
What am I doing wrong?
Thanks.