Is it possible to use '_' and % in the find statement?
I can do: B% and that will bring back all the values beginning with B.
I can't do %B, it brings back an error.
I can't do b_b either, it should bring back bob but doesn't find anything.
The recordset is coming from an SQL server.
Any info?
Thanks in advance
I can do: B% and that will bring back all the values beginning with B.
I can't do %B, it brings back an error.
I can't do b_b either, it should bring back bob but doesn't find anything.
The recordset is coming from an SQL server.
Any info?
Thanks in advance