Password Input Mask?

ChampionDuy

Registered User.
Local time
Today, 08:48
Joined
Mar 14, 2002
Messages
94
I have 2 unbound text boxes where a user enters in a new password and verifys the new password. I put the password input mask on these two text boxes. Now when I change the password it makes the password all ******* it does not change it to the real characters that the user types. Any ideas? so the password is actually just a bunch of *'s and not what the user typed in.
 
I don't understand. Although you get a bunch of asterisks the characters are still there.

Test it on the after update event of your textbox by putting this line in your [Event Procedure]

MsgBox txtYourTextbox
 
I mean it actually changes the data in the table to all *'s for the field Password. I set the field to equal what the user enters in text box. But instead of it inserting in the password that the user enters it inserts all *'s
 
Have you also put the Input Mask in the field on the table design?
 

Users who are viewing this thread

Back
Top Bottom