Password program and window

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

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
 
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.
 
Back
Top