In my quest to find Access VBA code to bubble sort a list box, I've discovered that it isn't possible, not directly anyway. The ItemData property of combo and list boxes is read-only.
What good is iterating through a combo box if you can't rearrange the items?
Continue Reading: Populate Access combo box from a VBA array »
Follow Me