Change Password with code

D

Damien McBain

My DB is secured with a workgroup file. All the forms are full screen so
there are no menus and users can't show the DB window.

Does anyone know where I can find some code to change the current user's
password? I've looked on Lebans, Allen Browne and, MVPS. Also googled a bit.

Damien
 
W

Wayne Morgan

It is part of the Workspaces object.

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

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top