Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Access report doesn't exist; No Module Found error

Status
Not open for further replies.

jjlogan

Programmer
Jan 11, 2002
178
US
Hello all,
I've searched google and this forum but no answers:
My Access 2003 database suddenly won't allow users in because they get immediate error "No Module Found" and also a related error "The report name 'name of report' you entered in either the property sheet or macro is misspelled or refers to a report that doesn't exist." This error is refering to a "report that doesn't exist in the main database window under Report objects. The report name is an old report that I thought I got rid of but it still appears in the VBA project tree (left side of screen) but NOT as a Report object in the main database window. I can find no way to get rid of the reference in the VBA project tree; and when I click on the name in the tree, I get the "The report you entered ... " error which (by the way) keeps repeating itself unless you click Reset in VBA.
I'd like to fix the problem (get rid of bogus report in VBA list) without having to create a new database and import over all the reports I do use, plus forms, etc. Fortunately, the tables are in a different Access file.
Thanks for any suggestions,
Jeff
 
Sounds like you got a corrupted database, the only cure I've found for that is to import all my objects into a new MDB.
 
vbajock,
Thanks for the input about your experience. I ended up using a backup from few days before and only had to re-create one fairly complicated report. Fortunately, my data was in a backend Access database and so was not touched.
Jeff
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top