ACC: How to Retrieve Information from the Clipboard (95/97)Last reviewed: August 28, 1997Article ID: Q138910 |
The information in this article applies to:
SUMMARYAdvanced: Requires expert coding, interoperability, and multiuser skills. Microsoft Access does not have a command to retrieve information from the Clipboard. To retrieve information from the Clipboard, you need to define a Visual Basic for Applications function that calls several Windows API functions. This article defines a function that retrieves text from the Clipboard. 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 retrieve information from the Clipboard, follow these steps. NOTE: You may have some Microsoft Windows API functions defined in an existing Microsoft Access library; therefore, your declarations may be duplicates. If you receive a duplicate procedure name error message, remove or comment out the declarations statement in your code.
REFERENCESFor an example of how to retrieve information from the Clipboard in Microsoft Access 1.x and 2.0, please see the following article in the Microsoft Knowledge Base:
ARTICLE-ID: Q94162 TITLE : ACC: How to Retrieve Information from the Clipboard (1.x, 2.0)For more information about declaring API functions, search for "Declare statement" and then "Declare Statement" using the Microsoft Access 97 Help Index. Keywords : kbprg PgmApi Version : 7.0 97 Platform : WINDOWS Hardware : x86 Issue type : kbhowto |
================================================================================
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |