Hi,
I have encripted password column in my table. I use VB6 code below to check password but it doesn't work. I think i have to call a function to decrypt it. Where and which function do i use in my sql code below with text1.text.
Thanks
.......WHERE psw=' " & text1.text & " '