reset password

O

Osyris

hi all,
in my database i have a button named "change Password"
obviously when i press it i want to promt me to change the password i use to
log on to database.
in addition the user is member of the users group with open/run permissions..

can i do ths with a macro or with some kind of code??

thanks
 
A

Aaron

Osyris said:
hi all,
in my database i have a button named "change Password"
obviously when i press it i want to promt me to change the password i use
to
log on to database.
in addition the user is member of the users group with open/run
permissions..

can i do ths with a macro or with some kind of code??

thanks

hello nice to meet u!
test~SORRY~
 
K

Krzysztof Pozorek [MVP]

(...)
in my database i have a button named "change Password"
obviously when i press it i want to promt me to change the password i use
to
log on to database.
in addition the user is member of the users group with open/run
permissions..

Password for current user You can change in following way:

DBEngine.Workspaces(0).Users(CurrentUser).NewPassword "OldPassw", ""

K.P.
www.access.vis.pl
 

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

Similar Threads


Top