View Full Version : hiding confidential data


diversoln
10-18-2001, 12:45 PM
I'd like the user to be able to fill in a test box and hide what is being typed - exactly like a password where astericks are shown instead of the real characters.

Any ideas ?

Carol
10-18-2001, 02:04 PM
In your table for the field, set its Input Mask to Password, this will allow the user to input, but have asterisks displayed.

If you want to display the contents at a later date, or within a report, remove the Password Input Mask, or change the formatting within your query.

R. Hicks
10-18-2001, 02:55 PM
If you are talking about in a textbox on a form, use the Input Mask of the textbox. Set it to Password.

HTH
RDH

diversoln
10-19-2001, 06:51 AM
Works great ! Your the tops !!!! Thanks