Hello everyone,
I need some help regarding append.
Actually what i wanted to do is, ihave some listboxes and on the basis of values selected in 1 listbox , I want to populate another listbox, I took all the values selected by the user in a string seperated by commas then I used a split function to get all the comma seperated words in another string without commas.
Now i want to filter some data on the basis of these words and populate another listbox, so I am doing this :
what i want is how can i add filters dynamically on the basis of no. of words in that string?
Please help me guys, if you know how to do this or any other approach of doing the same.
Thanks you.
Bookmarks