Looking for a "Form1" for some reason

jadeIT

Systems Analyst
Local time
Tomorrow, 09:50
Joined
Jul 16, 2002
Messages
50
For some reason, the database has began complaining about 'Form1' being missing when coding my forms, even tho I'm not using a form1 anywhere. I get the following message:

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

If the invalid form name is in a macro, an Action Failed dialog box will display the macro name and the macro's arguments after you click OK. Open the macro window, and enter the correct form name."

This pops up whenever I type the '.' when coding. For example when typing something like

textbox1.text = "blah"

as i type the '.' the error message appears twice in a row, but then lets me continue typing as normal.

This happens on all my forms during design time as I write code.

I found inserting a blank form called Form1 will patch the problem for now, but I can't leave it like that.

Any ideas?
 

Users who are viewing this thread

Back
Top Bottom