I have an unbound listbox (list1) on my form.
Another unbound listbox (list2) that shows the totals of the values in the months in (list1)
I am trying to add a third listbox (list3) that subtotals the selected items in (list1)
I have multi-select set to extended to allow the multiselection.
I suspect I need to code something with the listindex and itemsselected?
Was hoping to copy (list2) query and add a filter using listindex, but can't get my head around that.
Would put my code on here, but there is an awful lot more going on in this form, and it would probably complicate things...and my coding is untidy !!! lol
Another unbound listbox (list2) that shows the totals of the values in the months in (list1)
I am trying to add a third listbox (list3) that subtotals the selected items in (list1)
I have multi-select set to extended to allow the multiselection.
I suspect I need to code something with the listindex and itemsselected?
Was hoping to copy (list2) query and add a filter using listindex, but can't get my head around that.
Would put my code on here, but there is an awful lot more going on in this form, and it would probably complicate things...and my coding is untidy !!! lol
Comment