RowSource Property

See Also            Applies To

Indicates the lookup list of data for a given control using one of the Recordset controls that is available on the page. Available at design time.

Remarks

The list of available Recordset controls reflects which Recordset controls have been placed on the page.

You set the RowSource value to a Recordset control in order to bind the current control to the Recordset control. The Recordset control manipulates the data for the page.

This property is mapped to the Row Source text box on the Lookup tab for the following dialog boxes: Listbox Properties and OptionGroup Properties.