Error Message "Module Not Found" (1 Viewer)

msp

Registered User.
Local time
Today, 23:50
Joined
Apr 5, 2004
Messages
155
Hi,

I need your help, some how my database has got corrupted, new when ever I try and navigate using the buttons on the forms I get an error "Module Not Found".

I have been using "event procedures" to call VB code to open the next form.

Any help would be greatly appreciated
 

The_Doc_Man

Immoderate Moderator
Staff member
Local time
Today, 17:50
Joined
Feb 28, 2001
Messages
27,147
First (simple) thing I would try is to open the DB, open any general module (or a class module) so you are in a VBA screen, and check path Tools >> References to find out if a reference is missing. If so, attempt to find the missing module. HINT: When you highlight the line that says MISSING, the expected path of the library file is shown in a box inside the complex dialog box for reference management. If necessarly, search your computer for the module of that name. (Do a Find File from a separate window, maybe...)

If that doesn't work, try doing a repair on the DB.

Also, visually inspect each class module on each form. If you find a form that is missing a class module, you've found your problem.
 

msp

Registered User.
Local time
Today, 23:50
Joined
Apr 5, 2004
Messages
155
I have attempted to do a repair on the DB but with no luck.
 
Last edited:

msp

Registered User.
Local time
Today, 23:50
Joined
Apr 5, 2004
Messages
155
I have now resolved thios problem by going to a backup at 12:30 today and rolling the data forward.
 

Users who are viewing this thread

Top Bottom