I have a DBList on a form that links to an ISGData (ADO 2.0) control.
That's fine and it displays what I want but I would like to be able to
select an item in the list (say employee fullname - thats made up of first
name and last name from the db) and then display the rest of the data that
is associated for that record in other text fields on the form.
How do you determine what item number (similar to the itemindex with the
list
control) has been clicked as to then move the record controler to the
corresponding record in the recordset?
Can anyone help