ACC: Connecting to the First Available Network DriveLast reviewed: June 8, 1997Article ID: Q90861 |
The information in this article applies to:
SUMMARYAdvanced: Requires expert coding, interoperability, and multiuser skills. To make a network connection with the Windows application programming interface (API), you can use an unused logical drive letter or a universal naming convention (UNC) name (\\SERVER\SHARE). You can call the Windows API function GetDriveType() from an Access Basic module to find the first available drive letter and then make a network connection to this available drive. 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 "Introduction to Programming" manual in Microsoft Access version 1.x, or the "Building Applications" manual, Chapter 3, "Introducing Access Basic," in version 2.0.
MORE INFORMATIONUse the following steps to find the first free drive and make a network connection: NOTE: In the following sample code, an underscore (_) is used as a line- continuation character. Remove the underscore from the end of the line when re-creating this code in Access Basic.
REFERENCESMicrosoft Access "Introduction to Programming," version 1.0, page 8 |
Keywords : kbprg PgmApi
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |