Password program and window

A

Alec Doazan

I am looking for a VBA code to allow anyone to set up and change their password on a Secured Access database. I would like anyone to be able to do so from the login window
Any idea
I appreciate your help. Thanks
 
T

TC

You can't do that from the logon window. You can not access that window, or
change its behaviour, from VBA.

The NewPassword method is what you want. Check it out in online help.

HTH,
TC


Alec Doazan said:
I am looking for a VBA code to allow anyone to set up and change their
password on a Secured Access database. I would like anyone to be able to do
so from the login window.
 

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