Use two columns in your list box, empID and empName. Set the first column
width to zero. Then the first column will be the key but you will only see
the names. (I leave it to you to work out how the user will guess which Alex
to select!) You will probably need to use a 2 dimensional array to set the
list items, although it could be done in a "for next" loop.