I'm using a form that has date picker controls on it. When the form is opened and the datepicker control (MSCOMCT2.OCX) is clicked, I get the following unhelpful error:
The expression Change you entered as the even property setting produced the following error: There was an error loading an ActiveX control on one of your forms or reports.
*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 can dismiss this message, but then get the same thing complaining about
MouseMove
I haven't specified these events in the vba, so I'm at a loss for what could be causing this.
The problem Does not happen when I run it on my winXP w/ Access 2007 PC or my winXP w/ Access 2003 PC, but does happen on all other tested winXP w/ Access 2003's. Registering MSCOMCT2.OCX has no effect.
What could be causing this and how can I correct it?