Passwords in Access

P

Patrick

I have implemented a table and form for password entry for my users. My
question is, how can I make the form display chars like **** when they are
entering their passwords?
 
R

Rick B

Use the password input mask.

I hope you don't have any secure data in here. As this structure is not
very secure.

I always recommend using the built-in User-Level security that is part of
Access.


Rick B
 
Top