The information in this article applies to:
Moderate: Requires basic macro, coding, and interoperability skills. This article applies to a Microsoft Access database (.mdb) and a Microsoft Access project (.adp). ERROR MESSAGEWhen you run a procedure, you may receive the following error message: NOTE: Microsoft Office 2000 has built-in functionality that allows you to get more information about difficult-to-troubleshoot alerts or error messages. If you want to enable this functionality for this and other error messages in Microsoft Office 2000, please download the Microsoft Office 2000 Customizable Alerts file from the Microsoft Office Update Web site at the following address: http://officeupdate.microsoft.com/2000/downloadDetails/alerts.htmNOTE: If you reached this article by clicking the Web Info button in an error message, you already have Customizable Alerts enabled. CAUSEYou may receive this error for one of the following reasons: WHAT TO TRYA user-defined function or a subroutine has the same name as a moduleThis type of error can occur even if the procedure is not contained in the module with the same name. To avoid this type of error, change the name of the procedure or function so that it is different from the name of any module that you have in the database or project.Back to Top An event for an ActiveX control uses OLE_COLOR for a parameterWhen handling an event for an ActiveX control in a form, you may see this error if any of the events use OLE_COLOR for a parameter.If you have the source code for the control, change the parameter that is using OLE_COLOR to a different type, such as Long. Otherwise, you cannot catch the event of the control. Back to Top Additional query words: OFF2000
Keywords : kbdta |
Last Reviewed: September 15, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |