A family of Microsoft relational database management systems designed for ease of use.
probably because your criteria is:
"(B)"
This would only select records with that exact value, so not "abc(B)def".
If you want the records where "(B)" is anywhere in the string, use:
Like "*(B)*"