I want to protect some form under ACCESS2K and need input password to access the secret form. So I use codes:
InputBox("Please Input Password:")
But the input window will display the actual characters and anyone will know the password.
Can any codes to change the input characters to "*" at the same times.
InputBox("Please Input Password:")
But the input window will display the actual characters and anyone will know the password.
Can any codes to change the input characters to "*" at the same times.