T
Terry
What is the best method for undoing changes in a subform from a command
button on a mainform? The subform is bound to a table on the many side of a
one-to-many with the main form.
Tried Me.subformname.Form.Undo
and
Me.subformname.Setfocus
DoCmd.RunCommand acCmdUndo
Regards
button on a mainform? The subform is bound to a table on the many side of a
one-to-many with the main form.
Tried Me.subformname.Form.Undo
and
Me.subformname.Setfocus
DoCmd.RunCommand acCmdUndo
Regards