Module not found error on all command buttons (1 Viewer)

Aaron Senft

New member
Local time
Today, 20:45
Joined
Jan 4, 2000
Messages
8
My database started eating itself this morning. I got an error that said "you cancelled the previous operation" when I created a command button. After messing with it to try and fix it, something propogated to all command buttons, and now i get an error that says" Module not found". Any ideas on how to fix this problem?? TIA!!

Aaron Senft
 

BarkerD

Registered User.
Local time
Today, 20:45
Joined
Dec 1, 1999
Messages
106
I had a similar thing happen to me the other day. I had a button which opened a Form, but when you clicked it, it said that I cancelled the previous operation.

I knew that I had a CancelEvent command in my BeforeUpdate event on my form, and the button needed to be clicked twice for it to work. I changed my error trapping to just Resume Next and *poof* the message was gone.

Don't know if this will help, but any response is better than nothing


Regards:
Duane Barker
 

Users who are viewing this thread

Top Bottom