M
merry_fay
Hi,
I have a list box lstBudVols from which I want users to select 4 items. Once
these are selected, I want to use the selection for each as criteria for a
different column in a query eg select 2010, 2011, 2012, 2013 in the list box,
the output columns would be:
TSL 2010 2011 2012 2013
xx xxx xxx xxx xxx
I've done this earlier already using 2 different list boxes, but it would
not be a smooth, well built database if the user had to select from 4
different lists.
Is there a way of modifying:
For Each vItm In Me.lstBudVols.ItemsSelected
strWhat=etc
I need to define strWhat1=1st selection, strWhat2=2nd selection,
strWhat3=3rd selection & strWhat4=4th selection
Thanks
merry_fay
I have a list box lstBudVols from which I want users to select 4 items. Once
these are selected, I want to use the selection for each as criteria for a
different column in a query eg select 2010, 2011, 2012, 2013 in the list box,
the output columns would be:
TSL 2010 2011 2012 2013
xx xxx xxx xxx xxx
I've done this earlier already using 2 different list boxes, but it would
not be a smooth, well built database if the user had to select from 4
different lists.
Is there a way of modifying:
For Each vItm In Me.lstBudVols.ItemsSelected
strWhat=etc
I need to define strWhat1=1st selection, strWhat2=2nd selection,
strWhat3=3rd selection & strWhat4=4th selection
Thanks
merry_fay