Hello,
I would like to say I have done ALOT of research online & also youtube but I have yet to find the answer I need.
I have created Undo Button in my form by using the Command Button Wizard. The button, clears all the textbox fields in the form instead of working like a normal undo button we are custom to. I want the button to function as a undo not clear.
I have used Me.Undo and also the DoCmd.RunCommand acCmdUndo method and got the same results. Is there a VBA I can use that will undo my mistake instead of clearing all of my form?
Thank you!
I would like to say I have done ALOT of research online & also youtube but I have yet to find the answer I need.
I have created Undo Button in my form by using the Command Button Wizard. The button, clears all the textbox fields in the form instead of working like a normal undo button we are custom to. I want the button to function as a undo not clear.
I have used Me.Undo and also the DoCmd.RunCommand acCmdUndo method and got the same results. Is there a VBA I can use that will undo my mistake instead of clearing all of my form?
Thank you!
Last edited: