I have two forms (call them frm1 and frm2) in an Access Project. On frm1, I placed a command button (cmd1) with the "On Click" property set to "Event Procedure". When I left click cmd1, I go to the Event Procedure called "Private Sub cmd1_Click". When I left click cmd2, I get an error message saying "Sub or Function Not Defined".
As best I can tell I did the exact same thing in developing cmd1 and cmd2 but I can't get cmd2 to work. In fact, if I put a cmd2 type button on frm1, it works so I must have some problem with frm2. Why would a command button work on one form but not another?
Thank you for any help.
Jim