Compile Error

asnyder

Registered User.
Local time
Today, 21:36
Joined
Jan 28, 2002
Messages
24
I added a module to disable the shift key in order to bypass the startup form. It works great and I don't receive any run time errors. I decided to make an .mde file out of the application, but when I try to create it, I receive the following error:

Compile error in hidden module: Utilities

The help file instructs me to unprotect the project and then run the code again to view the error. I have no idea what this means. I played around with it, but I am still stumped. Anyone out there have any ideas?
 
Try recompiling your original MDB file. It thinks that you have an error in the Module named "Utilities"
 
Thank you for your reply. I figured it out. What happened is that I had some stray code that referred to a command button that no longer existed. Once I deleted the code, it compiled fine. I hope this helps someone else out too.
 

Users who are viewing this thread

Back
Top Bottom