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

W

warmtobe

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

John Vinson

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.
 
Top