On my form is a single listbox that when a value is selected in a combobox object, code is executed to select certain list items based on the combobox selection. The issue I am having occurs at the time when the user de-selects one or more items in the list and leaves other items selected (or pre-selected via the code). When subsequent code loops through the listbox items to see what has been selected, it does not "see" the list box items that the user left as selected (or pre-selected via the code originally). It negates the purpose of setting the selected items via code if the user has to re-select them in order for code to recognize the item as selected. What code can be used to see the "selected" items that were initially set as selected via the code?
Thanks,
J9
Thanks,
J9