Article ID: 210156 - Last Review: October 11, 2006 - Revision: 1.5 ACC2000: How to Create an Access 2.0 Database with Access 2000This article was previously published under Q210156 SUMMARY
This article shows you how to use Data Access Objects (DAO) in Microsoft
Access 2000 to create an Access 2.0 database, and how to copy entire tables from an Access 2000 database to the newly created Access 2.0 database. This technique allows you to share data with others who run Access 2.0.
MORE INFORMATIONNOTE: The sample code in this article uses Microsoft Data Access Objects. For this code to run properly, you must reference the Microsoft DAO 3.6 Object Library. To do so, click References on the Tools menu in the Visual Basic Editor, and make sure that the Microsoft DAO 3.6 Object Library check box is selected. To create an Access 2.0 database and copy tables from the current Access 2000 database, follow these steps:
REFERENCESFor more information about creating databases using DAO, in the Visual Basic Editor, click Microsoft Visual Basic Help on the Help menu, type database properties in the Office Assistant or the Answer Wizard, and then click Search to view the topic. For more information about the Attributes property and the dbSystemObject constant, in the Visual Basic Editor, click Microsoft Visual Basic Help on the Help menu, type object properties in the Office Assistant or the Answer Wizard, and then click Search to view the topic.
| Article Translations
|
Back to the top
