TudorSmith
Programmer
Hi All
I have created two list boxes. From code found on the internet, I have manage to manipulate the values in List1 and transfer the selected values into List2.
What I need to do now is run a report based on the the captured values in List2...and that's why I need some assistance.
How do I iterate through the contents of List2 and build them into a string variable? Typically, I suspect it would look something like this:
But I'm not sure
Thanks
Tudor
birklea ~©¿©~ <><
Dim objJedi as Jedi.Knight
Set objJedi[skyWalker].Aniken = FatherOf(useThe.Force(objJedi[skyWalker].luke))
I have created two list boxes. From code found on the internet, I have manage to manipulate the values in List1 and transfer the selected values into List2.
What I need to do now is run a report based on the the captured values in List2...and that's why I need some assistance.
How do I iterate through the contents of List2 and build them into a string variable? Typically, I suspect it would look something like this:
Code:
While not end of list
strValue = strValue & list2.item(i)
Wend
But I'm not sure
Thanks
Tudor
birklea ~©¿©~ <><
Dim objJedi as Jedi.Knight
Set objJedi[skyWalker].Aniken = FatherOf(useThe.Force(objJedi[skyWalker].luke))