I am matching two fields that have the same string, only the cases are very different. For example, I need "IlInOiS" to match to "Illinois" and "ILLINOIS". I know of the ucase() and lcase(), but is there a function that would allow me to ignore case altogether, or some kind of anycase() function?
Thanks
Thanks