Hello all!!!

My listbox is linked to an SQL server DB, and the listbox is populated by a "look-up" table. So here's what I need to do:

When the user presses a number from 1 to 50 I need the selection to jump to the listindex property that matches the number inputted.

Listbox.style = checkbox

For example, if the user presses 15 then the selection should jump to item that has the listindex of 15 and then check the item off.

How would I go about this ??? Any help is very much appreciated!


Jay