masking data in password field in resulting query

  • Thread starter Thread starter Jeff A via AccessMonster.com
  • Start date Start date
J

Jeff A via AccessMonster.com

hi,

i have a query that selects records from the USER table, which returns, among
other fields, the password of the users. i'd like to mask the contents of the
password field with asterisk (*) for each character of the password in the
resulting query.

hope anybody could help.

thanks,

jeff
 
Hi Jeff,

Try setting the InputMask property to
Password

But remember this just masks the passwords: a skilled user will still be
able to retrieve and read them.
 
thanks for the tip, john. Just would like to know how i could set it in a
query (i won't be using a form to display the query results). thanks!
 
In query design view, right-click on the field and select Properties,
then set the input mask.
 
Do as John Nurick suggested. (Step by step follows)
Open the query in Design view
Click in the column you want to mask
If the properties window is not open, select View: Properties from the menu
Type the word "Password" into the Input Mask "cell"
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top