Not displaying Input in Input Box

  • Thread starter Thread starter dhstein
  • Start date Start date
D

dhstein

We have a PC that is in general use and an Access database is running there.
There is one function that I want to "control" by putting out an input box to
request a password or a challenge so that only the correct response allows
the function. I'd like to mask the response with XXXXX just like most
password inputs do. Is there a way to allow the user to type something that
doesn't get echoed to the screen? Thanks for any help you can provide.
 
Not by using the standard Input Box, but you can with your own custom form.
Just set the InputMask on the textbox on the form to:

Password

and asterisks will populate the textbox as you type.
 

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

Similar Threads

Input mask for query parameter 1
Input masks 4
Input masks 1
Input Mask 1
USB input stopped working. 4
input mask 4
Input form does not work 1
Input Mask Default Value 3

Back
Top