ACC: How to Get the Name and Path of the Current DatabaseLast reviewed: August 29, 1997Article ID: Q113919 |
The information in this article applies to:
SUMMARYAdvanced: Requires expert coding, interoperability, and multiuser skills. This article describes a sample user-defined Visual Basic for Applications and Access Basic function that uses data access objects (DAO) to return the name and path of the current database. 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 your version of the Building Applications with Microsoft Access" manual. NOTE: Visual Basic for Applications is called Access Basic in Microsoft Access version 2.0. For more information about Access Basic, please refer to the "Building Applications" manual.
MORE INFORMATIONA Database object in the Databases collection has a Name property that will return the name and path of the database. To access the Name property of the current database, follow these steps. In Microsoft Access 97 and 7.0:
The following Access Basic function demonstrates how to access the Name property of the current database:
REFERENCESFor more information about the Database object and Databases collection, search the Help Index for "Database Object," or ask the Microsoft Access 97 Office Assistant.
|
Additional query words: programming directory
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |