Forms error message

K

Karl

When trying to change the design of a form, the following
error message comes up:

"The form name 'Form1' is misspelled or refers to a form
that doesn't exist."

The problem is that there is no Form 2 listed in the
database. When I look at a list of objects in VB this
form is listed but I can not delete it.

I have searched the knowledge base for help with this
message but there are no articles.

Another problem has started since the above error message
has appeared, and that is when I try to
perform any function in the database the error
message "Module not found" appears.

Does anyone have any idea what is happening?
 
C

chriske911

just an idea:
you renamed the form after creating an event on opening of that form
this way you have a module that refers to form1 when there is no form1 or
you have an event for a control written like forms_form1.control.propertie =
and you renamed the form thus the same problem as stated above

bon chance
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top