|
security
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
change admin passwordThe admin password that was set by MS Access no longer works. I can however
get full permissions to my database using my alternative login. Is there any way to replace the old admin password. Regards Peter PETER wrote:
> The admin password that was set by MS Access no longer works. MS Access *doesn't* assign passwords. The default password for the defaultuser, Admin, is an empty string. If you want to assign a new password to the Admin user when you don't know what the old one is, sign in as the owner of the database or a member of the Admins group and run this code, replacing strPwd with the new password. Dim ws As Workspace Dim usr As User Set ws = DBEngine.Workspaces(0) Set usr = ws.Users("Admin") usr.NewPassword "", strPwd Set usr = Nothing Set ws = Nothing -- Message posted via AccessMonster.com http://www.accessmonster.com/Uwe/Forums.aspx/access-security/200610/1
using the opencurrentdatabase in script
No exclusive access How to access a linked table from one secure database to another unable to access files on network Automatic Backup Multi-Users - Security secured database can be opened Securing the back end of the database Access 1977 - Security Acess DB Corrupted HELP |
|||||||||||||||||||||||