I have a VB program that will display an errorlog file in a DataGrid with 6 fields (columns). I have txtField boxes above each column that the user can enter a string into so he can just view/print records with that word in that field. The search is done as you enter your string. I want to also allow a more refined search by allowing a user to enter a search string in more than one txtField. <br>How can I do this?<br><br>Thanks,<br>Lost In VB