I'm trying to create a form that allows user to change their passwords, however the form doesn't seem to do anything other than give me the msg boxes where am I going wrong?
The code I'm using is
Private Sub btnUpdatepassword_Click()
If Me.txtPassword.Value = DLookup("Password", "tblStaff"...