How do you pass a variable from a multiselect listbox to an param query? I am able to capture the selected items but cannot pass them to the param query. Here is what I have so far:
With Me.listMng
For nCounter = 0 To (.ItemsSelected.Count - 1)
For nColCount = 0 To .ColumnCount
var = var &...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.