I am an "advanced" Access user but just beginning to tackle actual VBA coding.
I have a users table with userID and Username and Password for those using a front end database
I have just made a form with a typical password change setup
UserID
Username
Old password
New password
I have a button on the login form that users see when successfully logged in
What code can I use so that the loggedin user can change the password ?
Thanks for any help