Module???

T

TotallyConfused

My main form has several command buttons. When you click on these buttons, a
report will come up specific to the command. However, I am now getting a
message saying, "Module Not Found". What does this mean. I have checked my
modules and compared to a backup copy of the database and it is all the same.
Can someone please help with this? thank you.
 
C

Chris O'C via AccessMonster.com

Either the db is corrupted or the code uses a specific module name and a user
deleted that module. If you know the module is in there, create a new db
file, import all the tables from the bad db into the new db, and import all
the other objects from your latest backup into your new db. Compile the code,
compact/repair.

Chris
 

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

Top