Not displaying Input in Input Box

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.
 
A

Arvin Meyer [MVP]

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

Top