Undo Current Record Changes

X

XMan

Form showing current record data and user starting changing values.
"Oops I didn't want to do that!" they say.
Is there a run command to cancel out all changes to that record
(restore to original values) and still be at current record?
TIA.
 
R

Rick Brandt

XMan said:
Form showing current record data and user starting changing values.
"Oops I didn't want to do that!" they say.
Is there a run command to cancel out all changes to that record
(restore to original values) and still be at current record?
TIA.

Me.Undo

(is there's a subform it is more complicated)
 
Top