I have tried calling my macro from a form commandbutton and it can not find the macro, the name of the macro is correct, I have pasted the macro into the form macros and then pasted it into a module but I still get the error that it can not find it.
Code:
Private Sub Command29_Click()
DoCmd.RunMacro "testing1"
End Sub