I have a form with several buttons, and they all seem to give me the same error all of a sudden:
“The expression On Click you entered as the event property setting produced the following error: Sub or Function not defined”
Many of these buttons are the “Record Nav” butons that the button wizard made for me. One fills a field on the form with a value via algorithim. They all seemed to go bad at the same moment.
What’s more, I have a function written for the Form’s “beforeUpdate” event. Trying to close/ave/design the form gives me this error:
“The expression Before Update you entered as the event property setting produced the following error: Sub or Function not defined”
It’s like the form has lost the pointers to the proper code. It’s all there though,none of the names have been changed. I even renamed a control. Same error.
“Help” is incredibly unhelpful, as always.
Since I’ve had this happen to me not too long ago in a different database, I suspect this is a known problem. Unfortunately, not known to me.
Any ideas ?