crashevans
Programmer
Hi
I want to search a table for a case sensitive result e.g. "Blue", however it currently returns this result whether I search for BLUE, blue etc. I am using Microsoft Access.
The query I tried -
SELECT * FROM User WHERE Password = 'Blue'
Thanks for help in advance.
I want to search a table for a case sensitive result e.g. "Blue", however it currently returns this result whether I search for BLUE, blue etc. I am using Microsoft Access.
The query I tried -
SELECT * FROM User WHERE Password = 'Blue'
Thanks for help in advance.