akshayjoshi222
Registered User.
- Local time
- Today, 08:40
- Joined
- Mar 14, 2010
- Messages
- 11
i have a table "pdp" containing fields-
EmpId,EmpName,EmpPass(i have provided passwords in this field)
i have a form "chng password" containing fields-
txtEmpPass,txtChngPass,txtConfPass
and a command button
i want user to input his existing password and new password and confirm password,on clicking the command button it should verify the txtEmpPass with EmpPass of table "pdp",if matches,then change it with the new password entered in txtChngPass
i have tried building a code.but not succesful. pls help
EmpId,EmpName,EmpPass(i have provided passwords in this field)
i have a form "chng password" containing fields-
txtEmpPass,txtChngPass,txtConfPass
and a command button
i want user to input his existing password and new password and confirm password,on clicking the command button it should verify the txtEmpPass with EmpPass of table "pdp",if matches,then change it with the new password entered in txtChngPass
i have tried building a code.but not succesful. pls help