The ____ sign in the subject refers to the value that i want to search inherited from textbox inside my project's form.
What is the 'operand' that the executer request
and what is the suitable operand to be placed after the %_____%
this is my code.
Song_dataBindingSource.Filter = colSelect.Text & "like '%" & InputBox.Text & "%'"
thanks for all incoming help

Syntax error : Missing operand after ''%_____%'' operator.