I get a error in form

L

lordjeffj

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
 
J

John Vinson

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]
 
J

J. Goddard

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
 

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