![]() |
Dalkeith 9/10/2021 |
Hi Joe Case Sensitivity is usually governed by collation configuation on the database. So you might want to look at the table and column that is being looked up by the edit box and determine whether either the table or the column configuration is for case sensitivity. I had that problem with a SQL Server database where case sensitivity was switched on and I really wanted to switch it off. and here is information about the same thing for MySQL |