You can refer to a particular column of a combo box in a text box on a form by using the Column property as follows:
=Forms![Formname]![ControlName].Column(x).
#Name?
Notice: This website is an unofficial Microsoft Knowledge Base (hereinafter KB) archive and is intended to provide a reliable access to deleted content from Microsoft KB. All KB articles are owned by Microsoft Corporation. Read full disclaimer for more details.
View products that this article applies to.
=Forms![Formname]![ControlName].Column(x).
=Forms![MainForm]![Subform].Form![Controlname].Column(x)
Keywords: KB209485, kbprb