InputBox

M

MN

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