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: Q168975 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: Q166368 OL97: How to Get Help Programming with Outlook Q170783 OL97: Q&A: Questions about Customizing or Programming Outlook Additional query words: OutSol
Keywords : FmsHowto |
Last Reviewed: September 29, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |