Database
Fields:
Name
Age
PostCode
I populate a StringList from the database (Just the Name), then view every Name with a ListBox. I can then jump to that record by using the .selitem as it will point to the correct record in the database. However if I have a list based on a query, and fill that list into a ListBox, it will not jump to the correct record.
What is the best way to combat this problem,
Thanks in advance Gaz