OL97: How to Bind a Control to the Field of Another ControlLast reviewed: January 9, 1998Article ID: Q167187 |
The information in this article applies to:
SUMMARYThis article demonstrates how you can bind two controls to the same field by using the Microsoft Outlook 97 form design feature.
MORE INFORMATIONThis example uses two form controls, a ComboBox and a TextBox. When you click to make a selection from the ComboBox list, the TextBox automatically displays the selected choice. The TextBox is bound to a field (Field2), whose value is automatically calculated from the value of the ComboBox field (Field1).
Creating the Form And the Controls
Binding the ComboBox Control to a FieldThe following steps bind a field, called Field1, to the ComboBox control. This field has the possible values of Red, Green, and Blue.
Binding the TextBox Control to the Same FieldThe following steps also bind the TextBox control to the Field1 field.
REFERENCESFor more information about using fields and controls with Microsoft Outlook 97, please see the following article in the Microsoft Knowledge Base:
Article-ID: Q168975 Title : OL97: How to Use Fields and Controls with VBScriptFor more information about creating solutions with Microsoft Outlook 97, please see the following articles in the Microsoft Knowledge Base:
Article-ID: Q166368 Title : OL97: How to Get Help Programming with Outlook Article-ID: Q170783 Title : OL97: Q&A: Questions about Customizing or Programming Outlook |
Additional query words: OutSol
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |