H
Heather
Hello,
I have created an Undo button for my form withe th following code.
Private Sub cmdUndo_Click()
if Me.Dirty Then Me.Undo
End Sub
The problem is that it un-does everything that I changed and I do not want
it to do that- How can I undo one field at a time. Also I do not want the
undo button to become active unless I update something on the form and when I
leave to another record - I want the button to turn off untill again untill
updates are made.
Thanks!
I have created an Undo button for my form withe th following code.
Private Sub cmdUndo_Click()
if Me.Dirty Then Me.Undo
End Sub
The problem is that it un-does everything that I changed and I do not want
it to do that- How can I undo one field at a time. Also I do not want the
undo button to become active unless I update something on the form and when I
leave to another record - I want the button to turn off untill again untill
updates are made.
Thanks!