You can select more than one item from a list in a ListBox
but not in a ComboBox. To allow multiple selections, set
the MultiSelect property to either Simple or Extended
(Refer to the Help file to see which is the most
appropriate for your application)
Hope That Helps
Gerald Stanley MCSD
-----Original Message-----
Is it possible to select more than one value in a list or
combo box? If it is possible how can I do it?