BoundColumn Property

See Also            Applies To

Specifies the field of a Recordset object. Available at design time.

Remarks

Choose the name of a field from the recordset selected in the RowSource property. The data stored in the control when you select a value from the list comes from this field.

This property is only available if you choose Recordset for List Source. Sets the BoundColumn property for the control.

Note   The field specified in the Bound Column property is typically the foreign key for the recordset specified in the Recordset property of the list box control.

The list box displays the set of values from the List Field. When you select one of these values, the corresponding value in the BoundColumn field is written to the field in the recordset specified by the Field property setting.

This property is mapped to the BoundColumn drop-down list box on the Lookup tab of the Listbox Properties and OptionGroup Properties dialog boxes.