InputBox

  • Thread starter Thread starter Guest
  • Start date Start date
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.
 
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.
 
Back
Top