Forum Discussion
Access Error
Followed the steps above, for exactly the same error, but get 'Module not found' error message. My database works fine in Access 2000, so not sure why it fails in 2010.
We need more detail to be able to offer suggestions.
For example, you could show us the code that raises the error.
The error "Module not found" suggests that your code refers to a stand-alone code module which doesn't exist in that accdb.
It's possible that you have a missing reference.
It's possible that you have a typo somewhere in your code, i.e. you misspelled the name of a module or sub or function.
Trouble-shooting VBA often includes setting a breakpoint in the first line of a procedure and stepping through it line by line until you find the exact line of code that raises the error.