Form won't open

  • Thread starter Thread starter Vince Stitt
  • Start date Start date
V

Vince Stitt

In Access 2000 I have a form that will not open. In the
original db I receive the error message "Module Not
Found". I have imported all the objects into a new
database and now receive the message "The Microsoft Jet
database engine could not find the object 'FrmRa2'. Make
sure the object exists and that you spell its name and the
path name correctly.

The form is listed in the db window and worked yesterday.

I have checked the website and spoken with others but
can't find a solution. Any ideas?

Thanks
 
You need to do this.
Repeat the exercise of importing all the objects into a
new database. As soon as this is finished, switch to the
code window and select debug/compile.

You also need to do this if importing a single form into
an existing database
 
Thanks that worked.
-----Original Message-----
You need to do this.
Repeat the exercise of importing all the objects into a
new database. As soon as this is finished, switch to the
code window and select debug/compile.

You also need to do this if importing a single form into
an existing database

.
 
Back
Top