module not found

A

aussieVic

help please - I have been using a self-built database without trouble but now
it tells me it cannot find it's module - the subject line above is the actual
error message with the title 'Microsoft Visual Basic'. Help and OK are
provide as buttons to click. OK takes me to the module and the appropriate
Private Sub code. What can I do???
 
B

BruceM

Remember that the newsgroup cannot see your database. You are clicking a
button somewhere, and receiving the error message that a module cannot be
found. The message could be because code is running, or it could be due to
database corruption. Rather than re-write what others have written on the
topic, go to Google groups, and enter the following search string exactly as
it appears here, including the quotes:
"microsoft.public.access.formscoding" "module not found"
or
"microsoft.public.access" "module not found"

You could try this link, but no guarantees it will work as intended:
http://groups.google.com/group/micr...mscoding"+"module+not+found"#0dc11efe28ee0629

The first article in the formscoding link when I checked was a step-by-step
technique for recovering from the error.
 
Top