Microsoft Office 2000 Developer |
Before you can use the Data Environment designer or the Data Report designer, you must activate them in your VBA project. The procedure for inserting ActiveX designers into the Visual Basic Editor environment is slightly different than for Visual Basic 6.0.
Note In Office 2000 Developer, the ActiveX designers can only be inserted into a new project.
To activate ActiveX designers
This needs to be done once; afterwards, the designers will always be present in the Insert menu.
To use an ActiveX designer, you must insert it into the individual projects.
To insert the designers into a VBA project
This adds the designers to your project. The next step is to configure the data source.
For examples of configuring data sources are found in Creating a Data Source Using the Data Environment Designer and Creating a Data Source Using the ActiveX Data Objects Library.
Overview documentation on using the Data Environment designer can be found in the Data Access Guide in the MSDN Library. For an overview of the Data Environment object, see "About the Data Environment Designer" in the Visual Basic Programmer's Guide. For information on designing a DataEnvironment object, see "Designing a DataEnvironment Object" in the Visual Basic Programmer's Guide.