dbTalk Databases Forums  

access2007 onUndo event

comp.databases.ms-access comp.databases.ms-access


Discuss access2007 onUndo event in the comp.databases.ms-access forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Roger
 
Posts: n/a

Default access2007 onUndo event - 01-07-2011 , 05:35 PM






if seems that this event is triggered when undo'ing the contents of a
form, but before the data is undone
simplified example,

if I have txtA with a value of 1 and its afterUpdate event that sets
txtB to apple
now I change txtA to a value of 2, and the afterUpdate sets txtB to
banana
now if I click a button that does me.undo, txtA returns to 1
and I was hoping to use the onUndo event to set txtB to apple, but
txtA is still 2 when that event fires
what event can I use to set txtB to apple

note, that there are 3 ways to undo the contents of a form, and if
possible, I'd like to use just one event to deal with resetting txtB

Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.