> Hi, I'd like to have the password stored as the character, but displayed as
> asterisk(*) as the user enters the password. What code would I add to the
[quoted text clipped - 11 lines]
> End If
> End Sub
You can't do what you want using an InputBox. You would have to substitute a
custom form instead. Then you can use an InputMask of "Password" and it will
display asterisks as the user types.

Signature
I don't check the Email account attached
to this message. Send instead to...
RBrandt at Hunter dot com
Sam Kuo - 24 Nov 2004 01:39 GMT
Thanks for your prompt reply. Much appreciated.
> > Hi, I'd like to have the password stored as the character, but displayed as
> > asterisk(*) as the user enters the password. What code would I add to the
[quoted text clipped - 15 lines]
> custom form instead. Then you can use an InputMask of "Password" and it will
> display asterisks as the user types.
Juan M Afan de Ribera - 24 Nov 2004 06:45 GMT
-----------------------------------------------------------------------
Por favor, responde a este mensaje y dinos si te funcion? o no. Gracias
-----------------------------------------------------------------------
If you are interested, there is an example for displaying asterisks in a
InputBox in this link
http://www.mvp-access.com/juanmafan
look for the example called "InputBoxEx". The explanation is in spanish, but
if needed I could translate that page to english (well... to my bad english)
HTH
Saludos,
Juan M Afan de Ribera
[MVP Access]
http://www.mvp-access.com/juanmafan
>> Hi, I'd like to have the password stored as the character, but displayed
>> as
[quoted text clipped - 16 lines]
> substitute a custom form instead. Then you can use an InputMask of
> "Password" and it will display asterisks as the user types.