Nov 22, 2001 #1 dleiba MIS Aug 22, 2001 28 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 Sep 25, 2001 97 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.