Creating passwords for areas of my front end

E

Ed Handley

I need to provise a password lock for certain areas of the fromt ent of our
database but I cannot find a way to prevent the characters typed from
echoing back to the screen. I realise this is probably dead simple but I
can't find anything in the help files.

Ed Handley
 
R

Rick Brandt

Ed Handley said:
I need to provise a password lock for certain areas of the fromt ent of our
database but I cannot find a way to prevent the characters typed from
echoing back to the screen. I realise this is probably dead simple but I
can't find anything in the help files.

You have to use your own form with a TextBox (not an InputBox) and then use
the input mask "Password" on the control.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top