Article ID: 918574 - Last Review: November 3, 2006 - Revision: 1.1 How to register or unregister ActiveX controls in Access 2007This article applies to a Microsoft Access database (.mdb), a Microsoft Access project (.adp), and a Microsoft Access 2007 database (.accdb).
Moderate: Requires basic macro, coding, and interoperability skills.
INTRODUCTIONThis article describes how to register or unregister an ActiveX control in Microsoft Office Access 2007. MORE INFORMATIONIn earlier versions of Access than Access 2007, you could register or unregister an ActiveX control by clicking ActiveX Controls on the Tools menu. In Access 2007, you cannot use this method. If you want to register or unregister an ActiveX control, use one of the following methods. Method 1: Use Visual Basic codeTo use Visual Basic code to register or unregister an ActiveX control, run the code directly in the Immediate window, or create a module that contains the code.To run the Visual Basic code directly in the Immediate window, follow these steps:
Method 2: Use the RunCommand macro action
| Article Translations
|
Back to the top
