Create a combo box called Colors on a form. Set the combo box's LimitToList property to Yes. To populate the combo box, set the combo box's RowSourceType property to Value List. Supply a list of ...
expression A variable that represents a ComboBox object. This method is only valid for list box or combo box controls on forms. Also, the RowSourceType property of the control must be set to Value ...