'module not found': where did this come from?

imp

New member
Local time
Today, 21:32
Joined
Apr 29, 2001
Messages
6
'module not found': where did this come from?

All of a sudden I'm getting 'module not found' (status line: MS Visual Basic);
I'm just doing laborious repetitive stuff
with forms, linking them together, and now
this comes along.
Can anybody help - please?
 
Apparently one of your forms is damaged (more precisely: its VBA project=module).
The repair of this form is not possible and deleting it will remove it from the database window but NOT from the system tables!

You need to create a new MDB and import all database objects (except the damaged form!).
 
I have had this happen when a forms event is set to a macro/module that no longer exists. If you know what form is causing it go through each of it's events and remove any reference to a macro/module that is no longer needed.
 

Users who are viewing this thread

Back
Top Bottom