Please can someone help with this ?
I need to be able to select more than one column
Code:
Me.NHEBindingSource.Filter = String.Format("{0} like '%{1}%'", Me.New_HomeDataSet.NHE.EMPLOYEE_GRADEColumn, Me.TextBox1.Text)
If Nothing Then
Else
Me.NHEBindingSource.Filter = String.Format("{0} like '%{1}%'", Me.New_HomeDataSet.NHE.EMPLOYEE_NAMEColumn, Me.TextBox1.Text)
End If
End Sub
Why so little help on this site