password to be changed by the user at access97

  • Thread starter ×מנון
  • Start date
×

×מנון

I would like to get the propper code to allow the user to change the
password by himself.

Thank you Amnon
 
J

Joan Wild

????? said:
I would like to get the propper code to allow the user to change the
password by himself.

DbEngine.Workspaces(0).Users("UserName").NewPassword "OldPassword",
"NewPassword"


I believe there's an example in help.
 
Top