The LIKE keyword is a function of your database. If you need it to be case insensitive, you can see if your DB supports the UpperCase or LowerCase functionality. In SQL Server the function is UPPER() or LOWER().
You can try using these routines in the field name and value of the search tab or as manually edited SQL.
Comments
The LIKE keyword is a function of your database. If you need it to be
case insensitive, you can see if your DB supports the UpperCase or
LowerCase functionality. In SQL Server the function is UPPER() or LOWER().
You can try using these routines in the field name and value of the
search tab or as manually edited SQL.
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com