First. I do not have my database Protected using Access Security.
I have some code in a MIAN form (on click of a button) that says: When this button is pushed, open the PASSWORD. In the PASSWORD FORM I have the string that is typed in assigned to a variable X and close the password form. Now, back to the code in the MAIN form---
I have a eval statement: If variable X = the realpassword, then allow access to this area, otherwise give nastygram message. However, the code just runs through without stopping. The code evaluates the variable before the person has had a chance to enter in the password and automatically executes the FAIL code. How do I stop it or make it pause and then restart after the person is done typing their password?
Or, am I going about this completely wrong. (Input box works but you can see the password that is typed in--I want ****s)
Thanks.
I have some code in a MIAN form (on click of a button) that says: When this button is pushed, open the PASSWORD. In the PASSWORD FORM I have the string that is typed in assigned to a variable X and close the password form. Now, back to the code in the MAIN form---
I have a eval statement: If variable X = the realpassword, then allow access to this area, otherwise give nastygram message. However, the code just runs through without stopping. The code evaluates the variable before the person has had a chance to enter in the password and automatically executes the FAIL code. How do I stop it or make it pause and then restart after the person is done typing their password?
Or, am I going about this completely wrong. (Input box works but you can see the password that is typed in--I want ****s)
Thanks.