I created a simple form, and it has a command button that makes a certain text box visible. In the onclick event, the code says
me!startyear.visible = true
startyear being the name of the textbox. Yet I get the error message :
The expession On Click you entered as the event property setting produced the following error: A problem occured while MS Access was communicating with the OLE server or ActiveX Control.
*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.
I have used this command many times(diff computer) without a problem. What is going on here? This is access 2000 Thanks.
me!startyear.visible = true
startyear being the name of the textbox. Yet I get the error message :
The expession On Click you entered as the event property setting produced the following error: A problem occured while MS Access was communicating with the OLE server or ActiveX Control.
*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.
I have used this command many times(diff computer) without a problem. What is going on here? This is access 2000 Thanks.