G
Guest
i have a database where users must enter a password to 'sign' that they have
taken out a particular item. I am now trying to get it so that it's possible
for a user to change their password. The user's name is selected from a combo
box (column 0). They must then type their old password into a text box which
compares it to their current password. If correct, a new form opens where
they must type in their new password and repeat it. If matching, this changes
the password.
The problem is that it always changes the first record's password, rather
than the specified user. How can I get it to go straight to the record of the
selected person. The simpler the answer the better.
Thanks,
Adrian
taken out a particular item. I am now trying to get it so that it's possible
for a user to change their password. The user's name is selected from a combo
box (column 0). They must then type their old password into a text box which
compares it to their current password. If correct, a new form opens where
they must type in their new password and repeat it. If matching, this changes
the password.
The problem is that it always changes the first record's password, rather
than the specified user. How can I get it to go straight to the record of the
selected person. The simpler the answer the better.
Thanks,
Adrian