Hi,
I am trying to preform a search on existing RecordSet. Let's say I have a
product called Pearls, when I perform search using filter() and 'pearls' , it
does not bring any results. Is there an easy way to make filter() ignore the
case sensitivity? So no matter if I enter perals or Pearls it will bring the
results ?Thanks.
sneakyimp - 13 Apr 2006 02:24 GMT
have you gotten your filter function to return anything? if so, post your
filter function here and i'll modify it for you. (hint when doing string
comparison use String.toLowerCase())
if not, you should read the manual on RecordSet.filter().