wardster
07-25-2006, 03:08 AM
I cannot take credit for this form but have used it in several databases and thought others may find it usefull, if you use security enabled databases drop in this form and without any modification it allows users to change only their own password, but if you are a member of the admins group then the form allows you to reset and change other users passwords for them.
Ian
I opened this db and had a look at it, entered a few numbers & closed it then I had to login to access & didn't know the password! Be warned if you test this (fiddle) you might set a login for access which prevents access to MSAccess. That's what happened to me. I had to search out the file containing access logon data & delete it before I could use any of my db's. Be warned.
wardster
07-31-2006, 12:42 AM
Hi AN60 - I forgot to mention that - if you have no security setup on your database, it will change the default user account and set it with the password you set. obviously user name would be Admin but the password which is usually blank will change to whatever you desire
Ian
amraam35
07-31-2006, 09:00 AM
what type of security system would i need to have set up? i have a simple table based log in right now, i dont think its the same
wardster
08-01-2006, 07:07 AM
Hi you would need to use the access log-in system: Tools > Security > User & Group Accounts - you would then create your users, then use the user & Group permissions to set up permissions etc... i also use some code that disables or hides certain elements depending upon which group the user is a member of.