martialdc
Jan 19th, 2003, 08:27 PM
I add a Button and put this code;
Dim aFind As String = InputBox("Enter a Employee No.", "Search for Employee No.")
Dim filteredRows() As DataRow = DataSet11.Employee.Select("empno='" & aFind & "'")
But it has no reaction. The DataGrid still show all the records.
What's wrong with this?
Dim aFind As String = InputBox("Enter a Employee No.", "Search for Employee No.")
Dim filteredRows() As DataRow = DataSet11.Employee.Select("empno='" & aFind & "'")
But it has no reaction. The DataGrid still show all the records.
What's wrong with this?