encryption

  • Thread starter Thread starter janliv1102
  • Start date Start date
J

janliv1102

I have a script that I have put into the event procedure on a control on my
from. The purpose of the script is that when a user clicks on this control(
Credit Release) the user is prompted to enter a password. The problem I am
having is that when I go to type the password the letters are encrypted and
is someone is sitting beside or near me they can see the password as I type
it. My question is what can I put into the script that will make the password
or encrypted. If that is not a possible solution do you have any other
suggestions that can help. Thanks so much. Detailes explanations would be
helpful.
 
If you're using inputbox for the prompt, I don't know of any way to do this,
but if you're using a text box, try setting the 'Input Mask' property of the
field to 'PASSWORD'.
 
Back
Top