No idea what you are asking. What is a 'password'? What are the rules
for
it? How long can it be? What characters are valid? Will it just be
random
numbers and letters?
Secondly, why are you doing this? If you wnat to use these passwords for
your Assecc application, then you don't create a table for them, you use
the
built-in user-level security that comes with access. You create the
userids, passwords, and the groups to which they belong in the Tools menu.
Implementing User-level Security (ULS) is fairly complex, and I would
recommend you read, and reread the security FAQ before doing it. I'd also
recommend you make AT LEAST one backup of your database before you start.
Post back if these passwords ARE NOT for Access and you wish to share with
us how you want them defined.
Joan Wild:
www.jmwild.com/AccessSecurity.htm
Lynn Trapp
http://www.ltcomputerdesigns.com/Security.htm
--
Rick B ....
"Telesphore" ... wrote in message
How to generate a password in all the records of the field of a table?
Example: tblStudent with the fields [LastName], [First name], [Street], etc.
Is it possible to generate it starting from the last name of the user?