Hi all,

How do you go about finding the record and position the cursor to the found record in a datagrid.

Code:
 Private Sub FindRecord_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles FindRecord.Click
        Dim myValue As String = InputBox("Enter User Code : ", "Locate vendorcode")
    
' what's next?        
        
End Sub
I would greatly appreciate any help.

Thanks in advance,
Marivic