password character

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I would like a passwork character to display upon typing in a textbox on a
form. How would I go about doing this?
 
Hi, Cody.

If these characters are going to be saved in a table, then open the table in
Design View and select the text field name in the upper grid. In the lower
grid, select the Input Mask Property and either type PASSWORD (or use the
expressions builder (...) to the right to create the password input mask).
All forms, reports, and queries displaying this field will show all
characters as asterisks.

If this is an unbound text box, then open the form in Design View and select
the text box, then open the Properties dialog window. Select the Data tab
and then select the Input Mask Property. Type Password (or use the
expression builder (...)) as the Property. Save the form and then open it in
Form View. Type any characters into the text box and they'll be each be
replaced by the asterisk character.

HTH.
Gunny

See http://www.QBuilt.com for all your database needs.
See http://www.Access.QBuilt.com for Microsoft Access tips.

(Please remove ZERO_SPAM from my reply E-mail address so that a message will
be forwarded to me.)
- - -
If my answer has helped you, please sign in and answer yes to the question
"Did this post answer your question?" at the bottom of the message, which
adds your question and the answers to the database of answers. Remember that
questions answered the quickest are often from those who have a history of
rewarding the contributors who have taken the time to answer questions
correctly.
 
Perfect! Thank you much!!!

'69 Camaro said:
Hi, Cody.

If these characters are going to be saved in a table, then open the table in
Design View and select the text field name in the upper grid. In the lower
grid, select the Input Mask Property and either type PASSWORD (or use the
expressions builder (...) to the right to create the password input mask).
All forms, reports, and queries displaying this field will show all
characters as asterisks.

If this is an unbound text box, then open the form in Design View and select
the text box, then open the Properties dialog window. Select the Data tab
and then select the Input Mask Property. Type Password (or use the
expression builder (...)) as the Property. Save the form and then open it in
Form View. Type any characters into the text box and they'll be each be
replaced by the asterisk character.

HTH.
Gunny

See http://www.QBuilt.com for all your database needs.
See http://www.Access.QBuilt.com for Microsoft Access tips.

(Please remove ZERO_SPAM from my reply E-mail address so that a message will
be forwarded to me.)
- - -
If my answer has helped you, please sign in and answer yes to the question
"Did this post answer your question?" at the bottom of the message, which
adds your question and the answers to the database of answers. Remember that
questions answered the quickest are often from those who have a history of
rewarding the contributors who have taken the time to answer questions
correctly.
 
Back
Top