Hello,
The situation is as follow:
I have a database where I put a database password. When you open it you have this little box where you have to enter the password.
I made my own login from with user name and password that open up as popup maximise when the database is open.
What I would like to do is when you open the database, the database password is enter using a code and that the user have access directly to to login form.
You are gonna tell me why do I want a password and that the password is entered automatically when you open the database ???
The reason is that my database is set to have the passwords in a specific table. If the database is not protected, anybody can do a get external data to retrieve the passwords. If my database is password protected they can't. I do not want that people have to enter 2 times their user name and password.
In resume I just would like to have the code that enter the database password automatically when you open the databse.
I have found that you can have a database that will open the protected database but I would like to have that in only one database.
Thanks in advance for your help.
Cheers!
Dan
The situation is as follow:
I have a database where I put a database password. When you open it you have this little box where you have to enter the password.
I made my own login from with user name and password that open up as popup maximise when the database is open.
What I would like to do is when you open the database, the database password is enter using a code and that the user have access directly to to login form.
You are gonna tell me why do I want a password and that the password is entered automatically when you open the database ???
The reason is that my database is set to have the passwords in a specific table. If the database is not protected, anybody can do a get external data to retrieve the passwords. If my database is password protected they can't. I do not want that people have to enter 2 times their user name and password.
In resume I just would like to have the code that enter the database password automatically when you open the databse.
I have found that you can have a database that will open the protected database but I would like to have that in only one database.
Thanks in advance for your help.
Cheers!
Dan