Case query

  • Thread starter Thread starter Greg B
  • Start date Start date
G

Greg B

Hi all,

I want to have a password but i need the word not to be case sensitive. How
do I achieve this?

Thanks
Greg B
 
Store your (encrypted, hopefully) passwords in lower case, use the LCase
function on the inputted password and compare it to the stored lower case
passwords.

Rick
 
thankyou I didnt think of the easy way to do it.Just making it too
complicated for myself. Thanks for the advice

Greg
 
Back
Top