compile error - module not found

A

Atlas

Can anyone help please - I seem to have a corruption - Access is looking for
Form1 which doesn't seem to exist - the error occurs continually and opens
the code window which also has the name Form-Form1 - As I don't know where
this is I can't delete it - if anyone can help I would be very grateful -
thanks
 
J

John Vinson

Can anyone help please - I seem to have a corruption - Access is looking for
Form1 which doesn't seem to exist - the error occurs continually and opens
the code window which also has the name Form-Form1 - As I don't know where
this is I can't delete it - if anyone can help I would be very grateful -
thanks

Try opening the code window manually (Ctrl-G) and using the
"binoculars" to search. Check the "Entire Project" checkbox and search
for Form1. Comment out or delete the offending code.

Have you compacted & repaired? If neither of these work, you may need
to create a new, empty database and import everything into it; or you
may need to Decompile to get rid of the old code.

John W. Vinson[MVP]
 
Top