B
Beth
I am looking for any help I can get with this problem. I have a front
end/back end setup on my Access 2002 database project. I am distributing
the application with Access Runtime, with as much security and disabling as
I can get my hands on. However, I need to allow users to change their
passwords on their own schedule instead of coming to me to help them with
it.
I created a form, frmChangePassword. The form has the following fields:
txtUser
txtOldPassword
txtNewPassword
txtConfirmPassword
There is one command button, cmdChange. I would like the user to enter
their information in these fields and then click the command button to
comfirm that the new password and confirm password are the same and then
change their password.
I have 3 problems. The first is that I can confirm the text of the 2 fields
is the same, but I don't know how to check the case.
Second, I am very inexperienced with VBA and I need to code change the
password based on the fields.
Finally, I also need the password changed on the backend datafile so that
the two files stay in sync.
I would appreciate any help you can provide on this.
Beth
end/back end setup on my Access 2002 database project. I am distributing
the application with Access Runtime, with as much security and disabling as
I can get my hands on. However, I need to allow users to change their
passwords on their own schedule instead of coming to me to help them with
it.
I created a form, frmChangePassword. The form has the following fields:
txtUser
txtOldPassword
txtNewPassword
txtConfirmPassword
There is one command button, cmdChange. I would like the user to enter
their information in these fields and then click the command button to
comfirm that the new password and confirm password are the same and then
change their password.
I have 3 problems. The first is that I can confirm the text of the 2 fields
is the same, but I don't know how to check the case.
Second, I am very inexperienced with VBA and I need to code change the
password based on the fields.
Finally, I also need the password changed on the backend datafile so that
the two files stay in sync.
I would appreciate any help you can provide on this.
Beth