I just look at an example on Master Karl's tutorial and need help. I am trying to passsword protect an application. I want the password to be a number, but I want to have control over what the person types in the password textbox.

EG.

ENTER YOUR PASSWORD ******


If the person types in letters, the computer will try to compare it with the pre - set numbers and return a TYPE MISMATCH error.

How can I change the VALIDATE event so that the computer will still return a "INCORRECT PASSWORD" as it would have done if the person types in an incorrect #?

THANKS
CBJ