VB module/project problems -- how to troubleshoot

T

Tom Y

I have been developing a database for several months, and
every problem I've encountered, I've been able to figure
out. But yesterday, after trying to code some events (on
opening my main form) to force users to log in by putting
their name in a field on the form, I somehow have created
a scenario in which I get a repeated error message like
this:

You canceled the previous operation

After hitting OK numerous times, I get the following error
message: module not found.

I have tried to delete the code I added yesterday,
although I don't know for certain it is the cause. But I
keep getting these errors rendering all my forms
unusable. I would like to understand the vb
module/project concepts more than I do, but I also need to
get out of this mess right away!

Thanks for any suggestions,
Tom
 
Top