thevillageinn
Technical User
I have an Access 97 database/application that was working not too long ago, then I made some sort of change just before I went to lunch and when I returned it no longer worked and I don't know what I did.
Here's the error I get.
" The expression On Load you entered as the event property setting produced the following error: Event Procedure declaration does not match description of event having the same name.
*The expression may not result in the name of a macro, the name of a user-defined function, or [Event Procedure].
*There may have been an error evaluating the function, event or macro. "
You can replace "On Load" with almost any other event...On Click, After Update, etc...They all don't work. The code in the event isn't the problem. I have commented it all out, and still get the same error. I tried adding some error handling, hoping to get the error message in a MsgBox, but to no avail.
I figure there must be a setting either on the form, or the database, or even globally that I set accidentally, or purposely that is preventing me from going any further.
Any and all suggestions are welcome. Thanks in advance-
-Dan
Here's the error I get.
" The expression On Load you entered as the event property setting produced the following error: Event Procedure declaration does not match description of event having the same name.
*The expression may not result in the name of a macro, the name of a user-defined function, or [Event Procedure].
*There may have been an error evaluating the function, event or macro. "
You can replace "On Load" with almost any other event...On Click, After Update, etc...They all don't work. The code in the event isn't the problem. I have commented it all out, and still get the same error. I tried adding some error handling, hoping to get the error message in a MsgBox, but to no avail.
I figure there must be a setting either on the form, or the database, or even globally that I set accidentally, or purposely that is preventing me from going any further.
Any and all suggestions are welcome. Thanks in advance-
-Dan