InputBox

G

Guest

I have created an InputBox to prompt user to input a password (Access 97).
The code works fine, BUT, I need to format the InputBox so that the password
when typed should be masked by ***** . Can this be done? The InputBox is the
MS Access Popup.
 
A

Allen Browne

Not with the input box.

Create a small form where the user can enter a value, and set the Input Mask
of the text box to Password.
 

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