Nov 22, 2001 #1 dleiba MIS Joined Aug 22, 2001 Messages 28 Location JM Greetings, Is there any way to compare the value entered in a text field to the System password for a specific user? Please let me know. Thanks in advance! Dominic >:O> dsleiba@capital-credit.com
Greetings, Is there any way to compare the value entered in a text field to the System password for a specific user? Please let me know. Thanks in advance! Dominic >:O> dsleiba@capital-credit.com
Nov 22, 2001 #2 eussias Programmer Joined Sep 25, 2001 Messages 97 Location AU Dominic... Set the input mask for the text box to password... txtPassWord.InputMask = "Password" This will allow you to compare what is entered in the text box against the password for the required user. Upvote 0 Downvote
Dominic... Set the input mask for the text box to password... txtPassWord.InputMask = "Password" This will allow you to compare what is entered in the text box against the password for the required user.