PDA

Click to See Complete Forum and Search --> : multi select combo box


scottr
Jan 18th, 2000, 02:59 AM
Hi all, is there a way to make a combo box multiselect. That way the user could choose more then one value to be populated in the database. This is for an access db but it can also be applied to a vb front end.
Thanks

scott

jkurpias
Jan 18th, 2000, 04:17 AM
ComboBoxes are designed for selecting only one value at a time. In Access the ListBox Control has a Multi Select property. Create a ListBox and place the cursor in the Multi Select property and press F1 to display an explanation of the options.