ACC: Listing Object Names Using Data Access Objects (DAO)Last reviewed: August 29, 1997Article ID: Q119471 |
The information in this article applies to:
SUMMARYModerate: Requires basic macro, coding, and interoperability skills. In Microsoft Access, you can use data access objects (DAO) to list the objects in your database. This article describes a method using DAO that you can use to display all the objects in your database for the object type you select. This article assumes that you are familiar with Visual Basic for Applications and with creating Microsoft Access applications using the programming tools provided with Microsoft Access. For more information about Visual Basic for Applications, please refer to the "Building Applications for Access 97" manual. NOTE: Visual Basic for Applications (used in Microsoft Access 97 and 7.0) is called Access Basic in Microsoft Access 2.0 or earlier.
MORE INFORMATIONThe following example demonstrates how to use DAO to list all the objects in your database for the object type you select:
REFERENCESMicrosoft Access "Building Applications with Microsoft Access 97," Chapter 5, "Working with Objects and Collections" Keywords : kbusage PgmHowTo PgmObj MdlDao Version : 2.0 7.0 97 Platform : WINDOWS Hardware : x86 Issue type : kbinfo |
================================================================================
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |