ACC: Connecting to the First Available Network Drive (95/97)Last reviewed: August 28, 1997Article ID: Q138904 |
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, such as \\Servername\Sharename. You can call the Windows API function, GetDriveType(), from a Visual Basic for Applications 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 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 INFORMATIONTo find the first free drive and make a network connection, follow these steps:
REFERENCESFor more information about declaring API functions, search for "Declare," and then "Declare Statement" using the Microsoft Access 97 Help Index. For information about connecting to a network drive in Microsoft Access 1.x and 2.0, please see the following article in the Microsoft Knowledge Base:
ARTICLE-ID: Q90861 TITLE : ACC: Connecting to the First Available Network Drive Keywords : kbprg PgmApi PgmHowTo Version : 7.0 97 Platform : WINDOWS Hardware : x86 Issue type : kbhowto |
================================================================================
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |