Input Box

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

Steve Walker

Access 2000, Windows XP.
I need to hide the text values in an input box. I know I can do this using a
form by setting the input mask to Password. Is it possible to do this with
an input box, how do I change the properties?

Any help on this would be appreciated

Steve
 
Steve,

I don't think you can do that with an InputBox, unless
with API calls, so it's probably not worth it. Create a
small form which looks a bit like an InputBox. Make it
modal etc and that should do the job.

HTH

Damien
 
Back
Top