Module Not Found

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

Guest

This is the error that keeps poping up everytime i`m trying to open my
database.
It was working the last time i used it, but my computer shutted down
unespextedly while i was modifying the database..

i can`t find any error in VB code, but that error pops up everytime e try to
do anything..please help me if you can.. :)
 
Try compiling your database: when you're in the VB Editor, go to the Debug
menu, and the Compile option should be the first choice. That should
highlight what it's complaining about.
 
I tried dthat already and what it highkights is something that worked just
fine until yesterday, and i have no error in that part of the code.
the problem is that it says that i use a module that never existed in my
database. i never used it.
why did it work until yesterday, and today doesn`t?
did the fact that my computer suddenly shutted down yesterday, while i was
working in the database affected the code somehow?
 
What exactly is it highlighting?

It's possible your database was corrupted by the computer shutting down. Do
you have a recent backup you can use instead?

If not, make a copy of your database, then try doing a repair on it, or
perhaps a decompile. http://support.microsoft.com/?id=209137 has a number of
steps that can be followed, although for some reason the details about using
/decompile didn't get carried over from
http://support.microsoft.com/?id=279334
 

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

Similar Threads


Back
Top