Search results

  1. S

    ComboBox.ItemsSelected.Count

    Alright so I have no idea why this code is wrong and I haven't found any reason online why it shouldn't work, but I'm sure it's just something stupid. I have a multi-select combobox in access 2007 and for some reason the ItemsSelected.Count always reads 0 no matter what is selected. What am I...
  2. S

    Test for multiple-selections in a combo box

    Hi so is there a way to see if a user checked more than one value in a multi-select combo box? I know ListIndex tells you which value has been chosen as long as only one has been selected, but I need to know if more than one has been selected so that I can reset the record that the combo box is...
  3. S

    Combo box to look-up values, but not edit them

    Alright so I'm pretty new to access and databasing in general, so keep in mind that I'm going to sound ignorant. I want to use a multiselect combo box in 2007 to allow users to choose what they want from field in a table, tblMergedIssues. A button would then sort what they want from the field...
Back
Top Bottom