I'm trying to filter by multiple fields. When I enter the criteria, it just gives me what's in the 'EmployeeBox'. Here's the line where I'm doing the filtering:
Please help.
VB.NET:
dv.RowFilter = "sender = '" & Trim(SenderBox.Text) & "'" & "Employee_Name = '" & Trim(EmployeeBox.Text) & "'"