Module not found

emcf

Member
Local time
Today, 12:41
Joined
Nov 14, 2002
Messages
209
afternoon/morning all,

i seem to have a slight problem......i was messing about with vbcode on a form, some things were working, others not. now when i try to access the code on the on click event in one of my subforms an error message appears stating module not found. access then freezes and i have to exit using task manager........my question is is this an error that is recoverable??

thanks in advance.
 
Whe you are in the design mode of the form, right click the button in question and select Properties. Check the ON CLICK under the event tab and see what is listed (should be that module). Use the drop down arrow to the right of the module name to select something else or delete it to trigger nothing.
Now go into modules and see what happened to the module that was listed there. Maybe its gone or possibly renammed.
 
cheers jeremie,

i got it sorted by deleting the subform and then creating a new one.
 

Users who are viewing this thread

Back
Top Bottom