Hello friends,
I m new to access programming.I m making a project but i m facing some problem in that please help anyone.
Problem is that I have a Login screen working, my user table has the fields:


Employees
EmpId
EmpName
EmpPassword

I only have one user.On my change password for I have unbound text boxes called

old password
new password
confirm newpassword


What code should I assign to the OK button so that it checks that the old password is correct, and verify the two passwordfields, and then it updates the table Employees and changes the password of the user.
How it can be implemented???

Thanks