I'm trying to run a function from a subform from an onclick event in the parent form.
The sub form is called ClientAddfrm and the function is
Public Sub clearaddclientbut_Click()
DoCmd.DoMenuItem acFormBar, acEditMenu, acUndo, , acMenuVer70
End Sub
So all I want to do is wipe the sub...