Deleted Form?

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

Guest

I am using the "Student" templete in Access 2007 and have either deleted or
changed the name of a form because every time I open the database I receive
the following message:

The form name "Student List" 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 arguements after you click OK.
Open the macro window, and enter the correct form name.

An action box does not appear after I click ok, so I am guessing I deleted
the form because I didn't need it. How did I fix the problem so that this
message doesn't appear each time the database is opened?

Thanks!
 
I think this usually happens when you either rename a form or delete a form
and there is a reference to that form somewhere in your db.
Check any command buttons, queries or reports where you may have used the
form name. Delete the reference and the error should go away.

Mike
 
eYou either have the form in your startup. if so go to Tools/startup and
remove the reference to the form
or
You have the open form command in a macro probably named Autoexec
 
Back
Top