Ok, I will say up front that I have no idea what I am doing.
I would like to create a form that users can use to reset their access 2007 database password.
I have a query that is the row source for a combo box that will only return the current user logged in, and have 2 unbound text boxes, one for old password, and one for new password.
I'm not sure how to program it so that 1: it verifies that the old password is correct, and then 2: updates the password field to the new password.
The two unbound text fileds are called txtOldPwd and txtNewPwd.
Any help would be appreciated!

I have a query that is the row source for a combo box that will only return the current user logged in, and have 2 unbound text boxes, one for old password, and one for new password.
I'm not sure how to program it so that 1: it verifies that the old password is correct, and then 2: updates the password field to the new password.
The two unbound text fileds are called txtOldPwd and txtNewPwd.
Any help would be appreciated!