G
Guest
I just updated an Access 97 database to 2000 and the logon and the logons
quit working. This database was created by someone who has left and I am
trying to decipher the code. On the logon form they were using
recordset.clone to match the logons and passwords to a table. On the form
the text field is using the password input mask which makes the password
"****" so the password doesn't match the password in the table. I changed
the input mask to password in the table. When I do a watch on the script on
the form, the password on the form is "****" and it shows the password in the
table as true letters, not the "****" so they don't match and it creates an
error. When I put a text box on the form from the table it shows the
password as "****" like it should. I read it stores *** as the true
characters. So why don't they match and work?
quit working. This database was created by someone who has left and I am
trying to decipher the code. On the logon form they were using
recordset.clone to match the logons and passwords to a table. On the form
the text field is using the password input mask which makes the password
"****" so the password doesn't match the password in the table. I changed
the input mask to password in the table. When I do a watch on the script on
the form, the password on the form is "****" and it shows the password in the
table as true letters, not the "****" so they don't match and it creates an
error. When I put a text box on the form from the table it shows the
password as "****" like it should. I read it stores *** as the true
characters. So why don't they match and work?