ACC: How to Save a Copy of an Embedded MS Word DocumentLast reviewed: August 29, 1997Article ID: Q132003 |
The information in this article applies to:
SUMMARYAdvanced: Requires expert coding, interoperability, and multiuser skills. This article demonstrates how you can save a copy of an embedded Microsoft Word for Windows document (version 6.0 or later) using a form and OLE Automation in Microsoft Access. 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 the "Building Applications With Microsoft Access For Windows 95" manual. NOTE: Visual Basic for Applications (used in Microsoft Access version 7.0) is called Access Basic in version 2.0. For more information about Access Basic, please refer to the "Building Applications" manual.
MORE INFORMATIONThe following example assumes that you have a Microsoft Access table with an OLE Object field called MyOle that contains embedded (not linked) Microsoft Word documents. To save a copy of an embedded Microsoft Word document, follow these steps:
REFERENCESFor more information about OLE Automation, search for "OLE Automation" using the Microsoft Access for Windows 95 Help Index. For more information about WordBasic commands available through OLE Automation, search for "WordBasic" using the Microsoft Word for Windows Help menu. Keywords : AutoGnrl IntpOleA FmsHowTo Technology : kbole Version : 2.0 7.0 Platform : WINDOWS Hardware : x86 Issue type : kbhowto |
================================================================================
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |