>
Part | Description |
object | A variable of an object data type that represents the User object or a Jet 3.0 Database object whose Password property you want to change. |
oldpassword | A string expression that is the current setting of the Password property of the User or Jet 3.0 Database object. |
newpassword | A string expression that is the new setting of the Password property of the User or Jet 3.0 Database object. |
Workspaces(0).Users("Pat Smith").NewPassword "My Secret", "msMSApw"