H
Hyko
Hi all,
in mySQL you can encrypt a password using the password function in SQL:
UPDATE tblUsers SET pwd=password([stringPWD]) WHERE userid=[intUserID];
Is there any similar function in access? I don't want to have all passwords
of the users in clear text in the tblUsers.
Thanks in advance for your hints,
Hyko
in mySQL you can encrypt a password using the password function in SQL:
UPDATE tblUsers SET pwd=password([stringPWD]) WHERE userid=[intUserID];
Is there any similar function in access? I don't want to have all passwords
of the users in clear text in the tblUsers.
Thanks in advance for your hints,
Hyko