Can anyone help me with the followings:

I am using ADO control and a Datagrid (OLEDB) grid in my project in VB6.
I need to use a dropdown combo to display the customerid field. Once the user selects a particular customerid or types
one in then I need to show the results in the grid.

I can populate the combobox to display the list of customerid ie all records. But i cant get the grid to do find and go to that
customerid which user selects in the combobox.

How can i possibly achieve this ?