I have a list box that shows three columns from a database. The columns are 'Name', 'Grade' and 'Paid'.
If a user selects a value of 'Name', how do I get the values for 'Grade' & 'Paid' that are shown in the list box? Do I have to interrogate the database again using the value of 'Name' that has been selected? This is the way I have been doing it but ......
If anybody knows how to get these multi-column values striaght from the list box then I would be most grateful.
Paul
If a user selects a value of 'Name', how do I get the values for 'Grade' & 'Paid' that are shown in the list box? Do I have to interrogate the database again using the value of 'Name' that has been selected? This is the way I have been doing it but ......
If anybody knows how to get these multi-column values striaght from the list box then I would be most grateful.
Paul