Cannot invoke event procedure

  • Thread starter Thread starter Don
  • Start date Start date
D

Don

I know I am missing something very crucial to my
understanding.

On a Access form I have several text and combo box
controls. In the OnChange Event of any of these I specify
[Event Procedure] and build a null procedure -

SUB ControlName_Change()
END SUB

I run the form, make a change to that control. Instead of
calling the coded procedure I receive the following error -

"Access
The expression OnChange you entered as the event property
setting produced the following error: ."

I've tried different controls in both Access97 and Access
2000 with the same result. What am I doing wrong? How can
I invoke an event procedure within Access?
 
NEVERMIND!

There was *something* wrong with the stored form. Out of
desperation I created a new blak form, then copied the
original form, controls, and code onto the new form, and
it works like a champ. I wasn't crazy. I WAS doing it
right.

DB
 
Back
Top