Solved Mask a PW field on form button (1 Viewer)

sctb0825

Member
Local time
Yesterday, 22:24
Joined
Dec 28, 2021
Messages
53
I have created a Main Menu, on the Main menu I have a button for the Admin section, I have PW protected the button.

When I put in the PW it displays the PW for all to see. How do I mask or hide this PW so no one can see what I am inputting into the field?
 

theDBguy

I’m here to help
Staff member
Local time
Yesterday, 22:24
Joined
Oct 29, 2018
Messages
21,474
You can use a popup form with the Input Mask set to Password instead of using the InputBox() function.
 
Last edited:

isladogs

MVP / VIP
Local time
Today, 06:24
Joined
Jan 14, 2017
Messages
18,235
If you are using an input box, then look at this article:
 

sctb0825

Member
Local time
Yesterday, 22:24
Joined
Dec 28, 2021
Messages
53
I forgot to mention that Admin is a sub menu not a fill form, It contains access to several Admin tasks and Records.
 

Gasman

Enthusiastic Amateur
Local time
Today, 06:24
Joined
Sep 21, 2011
Messages
14,310
I forgot to mention that Admin is a sub menu not a fill form, It contains access to several Admin tasks and Records.
Just set the inputmask for that control to Password
 

Users who are viewing this thread

Top Bottom