I am currently working on making changes to a database originally created by someone else.
The main form has a tab control, and one of the tabs contains a subform. I’ve just redesigned the subform from datasheet to continuous forms. When I try to run any event procedure from an event or command button on the subform I get the following error:
“The expressions On Click you entered as the event property setting produced the following error: A problem occured while SHIP database 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 looked in the MSKB and I changed the name of the command button and the subform control to resolve any possible naming conflicts, but I am still getting the error.
I have tried running a message box with a test message from a command button, field double-click event, and form before-update event, but I always get a version of this message.
Can anyone help?
Thanks,
Karl