I am trying to create a small form with a command button that lets you change your password.
I am looking for a string that could do this.
i don't know the proper syntax for this, however, Here is what I am looking to do.
InputBox1: Collects the old password
InputBox2: Enter New Password
InputBox3: Verify New Password
The user who's password will change will always be CurrentUser()
What is the string I would need to take these variables into the process of changing the password. If anyone could help me, please let me know.
Thanks in advance for your help!
Zycmi