Input Box

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
 
D

Damien

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
 
S

Steve Walker

Thanks Damien

Wasn't as bad as I thought and worked well with a bit of VBA

Steve
 
Top