I get a error in form

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

Guest

Hello,
I have a problem with a form with in my database the error massage is:

The form or name is misspelled or the refer to the form does not exist?

I try to locate the misspelled form name, but the name seem to be spell right.

Please help

Jeffrey
 
Hello,
I have a problem with a form with in my database the error massage is:

The form or name is misspelled or the refer to the form does not exist?

I try to locate the misspelled form name, but the name seem to be spell right.

Please help

Jeffrey

Check any Subform controls - particularly their SourceObject property.
It may be that you have a Subform Control which is requesting a
nonexistant form.

John W. Vinson[MVP]
 
You may also have VB code that is referencing a non-existant form, or
you may be referencing a field on a form (forms![formname]....) that
exists but is not open.

John
 
Back
Top