Action Failed Error Message

message from =?Utf-8?B?TUFDT04=?= on 13 May 2004
I have a command button that opens up a form. Sometimes when I click on the command button it display a message saying " Action Failed; Macro Name (Macro Name); condition: True; Action Name: OepnForm; Arguments: (frmname), datasheet, , , , Normal". My macro is there and the form is there, what causes this message to display and how can i fix this?

Thank you!
 
Lynn Trapp replied to =?Utf-8?B?TUFDT04=?= on 13 May 2004
You have just encountered the main reason that I almost never use a macro
(in fact, the only time I do is in an AutoExec Macro for certain startup
functions). The problem with macro's is that there is not way to debug them.
You may try converting the Macro to a procedure and stepping through the
resultant code.
 

Archived message: Action Failed Error Message (Microsoft Access)