Article ID: 116146 - Last Review: November 6, 2000 - Revision: 1.0 ACC2: How to Retrieve Path of an Attached MS Access 2.0 TableThis article was previously published under Q116146 SUMMARY
Advanced: Requires expert coding, interoperability, and multiuser skills.
This article describes a sample user-defined Access Basic function that you can use to retrieve the path and filename of the originating database for an attached Microsoft Access table. The function uses the attached table's Connect property to get this information. MORE INFORMATION
This article assumes that you are familiar with Access Basic and with
creating Microsoft Access applications using the programming tools provided
with Microsoft Access. For more information on Access Basic, please refer
to the "Building Applications" manual.
The following example demonstrates how to create and use the sample GetAttachedDBName() function:
REFERENCES
For more information about the Connect property, search for "Connect," and
then "Connect Property (Data Access)" using the Microsoft Access Help menu.
| Article Translations
|


Back to the top
