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?
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?