Article ID: 167187 - Last Review: January 19, 2007 - Revision: 1.1 OL97: How to Bind a Control to the Field of Another ControlThis article was previously published under Q167187 On This PageSUMMARY
This article demonstrates how you can bind two controls to the same field
by using the Microsoft Outlook 97 form design feature.
MORE INFORMATION
This 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.
REFERENCES
For more information about using fields and controls with Microsoft Outlook
97, please see the following article in the Microsoft Knowledge Base:
168975
(http://support.microsoft.com/kb/168975/EN-US/
)
OL97: How to Use Fields and Controls with VBScript
For more information about creating solutions with Microsoft Outlook 97,
please see the following articles in the Microsoft Knowledge Base:
166368
(http://support.microsoft.com/kb/166368/EN-US/
)
OL97: How to Get Help Programming with Outlook
170783
(http://support.microsoft.com/kb/170783/EN-US/
)
OL97: Q&A: Questions about Customizing or
Programming Outlook
| Article Translations
|

Back to the top
