J
Jonathan
Hi, Access 2003. Among a bunch of controls on a form is a textbox and command
button. This textbox does some data validation in its textbox_afterupdate
event. The command button is an 'Undo' that restores values to the last save.
A user may make a change to the text box value and then click 'Undo'. The
problem is that I want to skip the after_update event when a user clicks
'Undo'.
How can my code know that the user has clicked 'Undo'?
Any ideas or recommendations appreciated.
Many thanks,
Jonathan
button. This textbox does some data validation in its textbox_afterupdate
event. The command button is an 'Undo' that restores values to the last save.
A user may make a change to the text box value and then click 'Undo'. The
problem is that I want to skip the after_update event when a user clicks
'Undo'.
How can my code know that the user has clicked 'Undo'?
Any ideas or recommendations appreciated.
Many thanks,
Jonathan