VB.NET 2008 Express, ACCESS Db 2007
Ok I have a program that contains a datagridview control linked to a database and i want to be able to search through every field via a ButtonSearch for a match of the search term - search term is entered in a text box labeled search - and display only the records that have a match in the datagridview.
Thanks!