I've just run into a problem in Access 2010 adp project that I've never seen before. I was copying a form and renaming it. The rename failed. I was attempting to rename it "frmEnterPortfolioID". It appears that the form was created with no name at all and the VBA class was created without the "Form_" prefix.
Here are the symptoms: I continually receive error messages that "The form name '' is misspelled or refers to a form that doesn't exist". I don't see an unnamed form in the Navigation Pane. I can see the form module that was created as "frmEnterPortfolioID" (rather than "Form_frmEnterPortfolioID") but I can't delete it -- the Remove option is grayed out. I can't compile the code. I can't save the project. I just get a string of the misspelled form name error messages.
Any suggestions on how to proceed would be greatly appreciated.
James