How do I set the oldPassword in the ChangePassword Method

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

The ChangePassword Method has two parameters, old and new passwords, both
stated to be of type "string". When I enter the oldPassword as a string I
get a run time error "Method not applicable for this object". (Note: the
code compiles ok)
 
What "ChangePassword" method? Assuming you're talking about methods for the
DAO User object, there's only a "NewPassword" method.
 
Back
Top