hey, im just wondering if you guys knows how to make a text comparison case sensitive...my code looks like this:
rec.open "SELECT * FROM userlist WHERE password='" & txtpw.text & "'"
im thinking using the byte (or something similar) function (" byte(txtpw.text) ") but i dunno if it's safe and accurate..
thanks for anyone who can help me out.