I am trying to get data from my Access database using like operator. For example my ProducID contains NoteBook, Notes etc. Using like operator, I want to get them all shown if user types No etc.
Like operator did not give any errors but it only shows record when I put full NoteBook (does not show for Notes offcourse)
Please note I want to use the query in dataset (as shown in the pic)
Please advise how to fix it.
Thanks
The wildcard is % or *, depending on what you are using to connect, in this case I suggest:
Regardless of the data type.