View Full Version : InputBox Mask


MaryMo
02-16-2002, 10:34 PM
I have an inputbox which requires a password validation anytime a user is attempting to unlock a report. The code works beautifully but the password the user inputs into the input box isn't in the standard "password" input mask (****). Love the inputbox feature but can't get the text to show as ***. Any ideas? Couldn't find any articles on this via microsoft support.
Thanks in advance/

Rich
02-16-2002, 11:49 PM
Use a custom built form which looks like an input box?

MaryMo
02-17-2002, 02:08 PM
Thanks for the pointer. A little more research showed that MS does not allow formatting of inputbox text. Made my own form and it works like a charm.