Form error:The form name 'Form1' is misspelled" How do I correct?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I am unable to create a switchboard, or new forms due to the following error
message that I am receiving.......
The form name 'Form1' is misspelled or refers to a form that doesn't
exist.....
How do I correct this problem? There are no macros associated with this.
 
I would start with compacting the database. Make a copy of the database,
then Tools > Database Utilities > Compact and Repair Database. Also, try
checking all of your code. Click View > Code, then click Edit > Find.
Click Current Project, and search for Form1. It could be that you started
to create a form, then deleted it, but fragments are still lurking.
 
Back
Top