I was wondering with a ResultSet I want to display results in a JListBox
lets say my ResultSet returns customer names
the result set returns
kevin
mat
david
IN THE TABLE CALLES CUSTOMER THE FILEDS EXIST
CustomerID,Name,PhoneNumber
then I want to put thouse names in a list box
but what I want to do is when the user clicks in one of those names in the
list box
I want to be able to display the PhoneNumber in a JTextField box
is this possible to do?