Text Box Password

  • Thread starter Thread starter K Crofts
  • Start date Start date
K

K Crofts

Hi
is there any way to put a password promt on a text box?
Any help, alternatives appreciated.
Ta
 
What are you trying to acomplish? Only let some people enter data into a
particular field?

If I were doing it, I'd add code to my form that either locked, oe unlocked
the field based on the person signed on. I'd not want my users to have to
continually type a password everytime they wanted to enter certain data.

Rick B


Hi
is there any way to put a password promt on a text box?
Any help, alternatives appreciated.
Ta
 
This is a multi-user programme but all users have the same
access rights so there will not be different levels of
use. there is one field on the form that will apply to the
system administrator only and no-one else but instead of
creating the coding i wondered if there was an easy way to
put a password prompt on this text box, it is teh easiect
way to achieve what i need and also teh most efficient?
 
I would never recommend using this method. It is too easy to get around.
I'd give my administrator different priveledges to the database and work
from there.

There are ways to do what you are asking, though. If you do some searches,
I've seen many examples here of code to do what you are asking.

Rick B


This is a multi-user programme but all users have the same
access rights so there will not be different levels of
use. there is one field on the form that will apply to the
system administrator only and no-one else but instead of
creating the coding i wondered if there was an easy way to
put a password prompt on this text box, it is teh easiect
way to achieve what i need and also teh most efficient?
 
cheers rick
-----Original Message-----
I would never recommend using this method. It is too easy to get around.
I'd give my administrator different priveledges to the database and work
from there.

There are ways to do what you are asking, though. If you do some searches,
I've seen many examples here of code to do what you are asking.

Rick B


This is a multi-user programme but all users have the same
access rights so there will not be different levels of
use. there is one field on the form that will apply to the
system administrator only and no-one else but instead of
creating the coding i wondered if there was an easy way to
put a password prompt on this text box, it is teh easiect
way to achieve what i need and also teh most efficient?


.
 
Back
Top