i wanna change access default password login form

meenctg

Learn24bd
Local time
Tomorrow, 00:21
Joined
May 8, 2012
Messages
133
when i set pass in my dbms and open,it shows a default login box. how to can i change it, that mean i wanna create a design form for password
 
You can create your own Form but need to set it to a table which holds all the employee details and passwords then on your form you could have a drop down to allow the user to select there name and then they add there password with a couple of unbound textbox you can check against the entry if it is correct allow them access if not then give them a nice message stating they either haven't used the correct password or don't currently have access rights and should contact the database administrator for permission to gain entry.

Then you create a macro to show the form on start up and name it autoexec.

If you need an example let me know.
 

Users who are viewing this thread

Back
Top Bottom