I would like to know if you have a code that does not give an error, that when you can not find a name with the corresponding letter, do not close the program
The code I use in the textbox to do the search is this:
FuncionariosBindingSource.Filter = "nome like'%" & TextBox1.Text & "%'"
Thank you in advance!