Access 2003 It says form1 is misspelled or missing. How to find

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

Guest

We had created a form1 while testing and deleted it and now it won't compile
now .. says it's can't the form. How do I find the reference to form1?
 
warmtobe said:
We had created a form1 while testing and deleted it and now it won't compile
now .. says it's can't the form. How do I find the reference to form1?

Open the VBA editor (type Ctrl-G or edit any module); click the binoculars
icon on the toolbar, and type form1 in the "search for" box. You should
probably also check the "current project" checkbox to search over all the
code in your database; by default it's the current module.
 

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

Back
Top