Problem with form module

Rob.Mills

Registered User.
Local time
Today, 06:46
Joined
Aug 29, 2002
Messages
871
I just created a form and when I click the build button on a control's event it opens the module for another form. Couldn't figure out why so I created the event procedures headers manually and set their event to [Event Procedure]. However, it's not recognizing anything.

Anyone else had this problem or just me?? :o
 
You have probably already done this, but have you made sure that the form's HAS MODULE property is set to YES?
 
Yep. In fact I tried setting it to no and back to yes to see if that would correct it, but with no avail. I'm confused as I've tried out everything I know.
 
it may be one of those occasional unexplained glitches. You might have to re-create the form from scratch. It's been known to happen.
 
I have had trouble with Access not recognizing event procedures that I create manually. I've always had to cut them and then go back to the form properties and let Access build the header by using the builder. I then just paste in the code I cut from the manually typed procedure.
 

Users who are viewing this thread

Back
Top Bottom