Hi all,
How do you go about finding the record and position the cursor to the found record in a datagrid.
I would greatly appreciate any help.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
Thanks in advance,
Marivic


Reply With Quote