Hi, I was hoping someone could help me with a problem. I want to have a list box (call it lst1) that I can move data from to another list box (let's call it newlst). However, if the data I move is already in the newlst I want the lst to redisplay the list but with a x # after the item.
e.g.:
If newlst and lst1 have data called "card1", and I want to transfer the "card1" data from lst1 to newlst, then I want newlst to display "card1 x 2".
Can anyone help me?
e.g.:
If newlst and lst1 have data called "card1", and I want to transfer the "card1" data from lst1 to newlst, then I want newlst to display "card1 x 2".
Can anyone help me?