ACC: How to Create Tasks in MS Project for Windows Using DDELast reviewed: August 29, 1997Article ID: Q103273 |
The information in this article applies to:
SUMMARYAdvanced: Requires expert coding, interoperability, and multiuser skills. Before data can be sent to Microsoft Project for Windows versions 3.0, 3.0a, 4.0 as well as Microsoft Project for Windows 95, a task must exist in the active project. This article contains sample code to start Microsoft Project, create 10 tasks, and fill the task fields with data. 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. NOTE: Visual Basic for Applications is called Access Basic in Microsoft Access versions 1.x and 2.0. For more information about Access Basic, please refer to the "Introduction to Programming" manual in Microsoft Access version 1.x or the "Building Applications" manual in Microsoft Access version 2.0
MORE INFORMATIONThe following example is intended as a demonstration of the technique required to create a task in Project. The following function is not intended to be replicated exactly.
The following Microsoft Access versions work with the following Microsoft Project versions:
Microsoft Access | Microsoft Project
------------------------------------
1.0, 1.1 | 3.0, 3.0a
2.0 | 3.0, 3.0a, 4.0
7.0 | 95
97 | 95
REFERENCESFor more information about DDE, search the Help Index for "dynamic-data exchange," or ask the Microsoft Access 97 Office Assistant.
|
Additional query words: dde
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |