UPPER/lower Case problem

hi,

i am making a search function for my odbc db. Everything works fine (correct results are shown, etc) except for the fact that the select sql statement looks for record of ONLY the same case:

e.g searching “otherside” will not find the record that has “Otherside”

Is there anyway that I can make the sql not count the fact that there are different case letters in the search box?

thanks,