Hi again,
I have a list box which display the following:

0001 - First Game
0002 - Second Game
0004 - Thrid Game 'Sometimes theres one missing eg 0002 - 0004

What i am trying to do is a search so that the user can type 0 into a box named str_search and then click search and it will jump to the list with a 0 in it, how would i go about doing this.

Also because there is three 0 in the first three, i only want it to jump to each item in the list once.

Thanks
Chris