Hello all,

I have a Datagrid and I populated it with data using Recordset.

What I am trying to do is to search a data from a recordset, which is displayed already in Datagrid.

for ex. I have a search button and a textbox. In a textbox I input a data to search for, then by pressing Search button.

Once the data is found it will be highligthed or selected in DataGrid.

I have the code for selecting a data from Datagrid and select the whole row. I want the opposite code. Meaning not clicking on Datagrid I can select by using the search button.

I hope describe my problem clearly.

Can someone help me pls. Thank you

Rost