hello
my program i abot searching in a database viewed by datagridview
and i want to search within two columns
i'm using this code to do so:but its not workingCode:InstructorsBindingSource.Filter = "PhoneNumber = '" & Trim(ToolStripTextBox1.Text) & "' and instructors = '" & Trim(ToolStripTextBox2.Text) & "'"
so any suggested ideas




Reply With Quote