How do I set the oldPassword in the ChangePassword Method

D

Don Berman

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)
 
D

Douglas J. Steele

What "ChangePassword" method? Assuming you're talking about methods for the
DAO User object, there's only a "NewPassword" method.
 
Top