Article ID: 202104 - Last Review: July 4, 2007 - Revision: 1.4 ACC2000: Custom ActiveX Control Features Supported in Access 2000This article was previously published under Q202104 Advanced: Requires expert coding, interoperability, and multiuser
skills. This article applies to a Microsoft Access database (.mdb) and to a Microsoft Access project (.adp). On This PageSUMMARY This article lists the ActiveX control (formerly called OLE
Custom Control) interfaces that Microsoft Access 2000 requires, as well as
those categories of interfaces that it does and does not support. This
information will help you to create custom ActiveX controls that you can use in
Access 2000. NOTE: Microsoft Technical Support for Microsoft Access does not support custom ActiveX controls. The only supported ActiveX controls are those that ship with Access and Microsoft Office 2000 Developer Edition Tools. MORE INFORMATION The ActiveX Component Object Model (COM) is a standard that
specifies the object model and programming requirements that enable COM objects
to interact with other objects in a container program, such as Access.
The COM defines sets of related functions, called interfaces, that are common to all COM-based technologies. The functions within each interface are called methods. Sets of interfaces, called component categories, identify an entire area of functionality, such as databinding. When an ActiveX control is installed, it registers those component categories that it requires, and those that it supports, in the Microsoft Windows registry. A container program can check the registry to see if it supports a control's component category requirements before it offers that control to a user. Access 2000, as an ActiveX control container, requires a control to support a base set of interfaces. Other interfaces and component categories are optionally supported in Access 2000, and still others are not supported at all. The following information will assist you in creating ActiveX controls with the features best suited for use in Access 2000 databases. ActiveX Interfaces Required by Access 2000
ActiveX Component Categories Supported in Access 2000
ActiveX Component Categories Not Supported in Access 2000
REFERENCES For more information about creating custom ActiveX
controls, please refer to the Microsoft Component Object Model ActiveX Control
Technologies site at the following Microsoft Web site: http://msdn2.microsoft.com/en-us/library/Aa751968.aspx
(http://msdn2.microsoft.com/en-us/library/Aa751968.aspx)
For additional information about
supported ActiveX controls, click the article number below to view the article
in the Microsoft Knowledge Base: 208283
(http://support.microsoft.com/kb/208283/EN-US/
)
ACC2000: Supported ActiveX Controls for Microsoft Access 2000
| Article Translations
|

Back to the top
