ACC: Retrieving the Path of Linked MS Access 95/97 TablesLast reviewed: August 28, 1997Article ID: Q149936 |
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 function that you can use to retrieve the path and file name of the originating database for a linked Microsoft Access table. The function uses the linked table's Connect property to obtain this information. 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.
MORE INFORMATIONThe following example demonstrates how to create and use the sample GetLinkedDBName() function:
REFERENCESFor more information about the Connect property, search for "Connect property" using the Microsoft Access 97 Help Index.
|
Additional query words: how to
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |