Password input

  • Thread starter Thread starter Steve
  • Start date Start date
S

Steve

I know this has been answered somewhere before, but I can't find it
right now.

I'm trying to have the user input a password into an inputbox in a
Before_update routine. How do I get what they type to show up on the
screen as asterisks or some other character? Should I use something
other than an inputbox? Using A2K.

TIA

Steve
 
Yes, you should be using something other than an inputbox. Create a form
that has a textbox with its Input Mask set to Password.
 
OK, thanks. I can do that, but it takes a little doing. I had hoped to
make it easy.

Steve
 
Back
Top