Module not Found

J

JoyceT

Access 2000 database with tables on SQL Server. This database has functioned
well. But suddenly in a mult-user environment, one of the users keeps
getting the message "Module Not Found" for any button that she clicks. What
gives? I don't have a clue.

Thanks,
Joyce
 
A

Allen Browne

The message indicates that the database has become corrupt.

Decompile a copy of the database by entering something like this at the
command prompt while Access is not running. It is all one line, and include
the quotes:
"c:\Program Files\Microsoft office\office\msaccess.exe" /decompile
"c:\MyPath\MyDatabase.mdb"

Then compact it:
Tools | Database Utilities | Compact

If that does not solve the problem, see:
Recovering from Corruption
at:
http://members.iinet.net.au/~allenbrowne/ser-47.html
 
J

JoyceT

Thanks!

Allen Browne said:
The message indicates that the database has become corrupt.

Decompile a copy of the database by entering something like this at the
command prompt while Access is not running. It is all one line, and include
the quotes:
"c:\Program Files\Microsoft office\office\msaccess.exe" /decompile
"c:\MyPath\MyDatabase.mdb"

Then compact it:
Tools | Database Utilities | Compact

If that does not solve the problem, see:
Recovering from Corruption
at:
http://members.iinet.net.au/~allenbrowne/ser-47.html
 
Top