Create a password Form

Jack,

Just enter 2693 as the keycode in tblPassword. The field will display kind
of funny, because its Input Mask is set to password.

Highlight the entire field and type in 2693 - ignore the "*" that are displayed.

Wayne
 
HEMAN85,
you have to open the tblPassword.
 
Jack,

Just enter 2693 as the keycode in tblPassword. The field will display kind
of funny, because its Input Mask is set to password.

Highlight the entire field and type in 2693 - ignore the "*" that are displayed.

Wayne

Wayne
I use the db provide by khawar on the 1st replies of this thread "Sample Password On Forms and Reports.zip "

I dont use the Form provide from Microsoft. I just use a Inputbox

Pls let me know Thanks for your help.
 
HEMAN85,
you have to open the tblPassword.

I open the table and I set to PASSWORD on inputmask. See the attachment
Thanks for your help
 

Attachments

  • ERROR INPUT.JPG
    ERROR INPUT.JPG
    36.9 KB · Views: 185
HeMan,

You're running something totally different than Jack.

To change a Password in your application, just open tblPasswords and
enter a new Password for the appropriate form/report. You do not have
to set the Input Mask to Password. Remove the "Password" on the
Input Mask and use it like it was originally.

Wayne
 
can someone explain why the code can't just say if me.text0=dlookup("keycode","tblpassword") then
the password is right

why is the function there and all that code

i did it with the dlookup and with 4 lines of code it works fine

am i missing something?
 
HeMan,

You're running something totally different than Jack.

To change a Password in your application, just open tblPasswords and
enter a new Password for the appropriate form/report. You do not have
to set the Input Mask to Password. Remove the "Password" on the
Input Mask and use it like it was originally.

Wayne

Yes I know
I just want to know how can I set the Inputbox for show **** characters because If you enter the password right now, I can see the text was typed on the inputbox.
Pls let me know
 
Yes I know
I just want to know how can I set the Inputbox for show **** characters because If you enter the password right now, I can see the text was typed on the inputbox.
Pls let me know


Any help about how can I set the Inputbox for show **** characters ?
 
Download the ammended file

OK I use this forms. And its a great option.

But first When I enter the password in one of the protected form, the password form was opened and I enter the password... fine.

But If I need to enter into another protected form using the same module, when the password form appear asking for password, I press the exit bottom and The protected form was opened without any password typed. So its necesary close the DB before enter the password on the protected forms.

How can I clean the password before enter to any protected form?
Or how can I stop the password form and dont allow access to the potected form?

Thanks very much for your help.
 
OK I use this forms. And its a great option.

But first When I enter the password in one of the protected form, the password form was opened and I enter the password... fine.

But If I need to enter into another protected form using the same module, when the password form appear asking for password, I press the exit bottom and The protected form was opened without any password typed. So its necesary close the DB before enter the password on the protected forms.

How can I clean the password before enter to any protected form?
Or how can I stop the password form and dont allow access to the potected form?

Thanks very much for your help.

Any idea about this?
 
OK I use this forms. And its a great option.

But first When I enter the password in one of the protected form, the password form was opened and I enter the password... fine.

But If I need to enter into another protected form using the same module, when the password form appear asking for password, I press the exit bottom and The protected form was opened without any password typed. So its necesary close the DB before enter the password on the protected forms.

How can I clean the password before enter to any protected form?
Or how can I stop the password form and dont allow access to the potected form?

Thanks very much for your help.

PLs People I need to fix this. Help Me
 
dear sir,
everything is perfect, but there is one big issue that the password is seen in the box for password entry. do u have any solution for that?

regards
hamed
 
If you have downloaded my solution it was different it was based on inputbox rather then form to prompt password

please let me know how to hide the password characters in your solution
 

Users who are viewing this thread

Back
Top Bottom