I have been looking on the web for a while but none really answers my questions, I hope someone here can help me a bit in the right direction.
I am developing a database application at work. Instead of making 1 database with all in it, I decided to make it modular. In that case I do not need to update 1 file constantly but I can take parts of it and update them (e.a. I have a database called dbEmployees, dbLogistics, dbTraining and so on). Also the tables are stored in a different file and linked to the user interface so I wont lose the data in the tables. I also made a .mdw workgroup file to secure them.
What I wanted to do is:
Login (using .mdw file)
-> Usermenu (connect to different databases) / global functions and so on
--> Use the menu to connect to the different databases
I choose this approach also so I would not put too much stress on 1 file in particular.
-------------------------------------------
The thing is, I would like users to login only one time using the mdw file which connects them to say UserMenu.mdb.
From UserMenu.mdb you get a popup menu which allows you to select the other protected database (all protected with the same mdw file).
My question would be how do I connect to those databases without having to provide a username and password again?
Any thoughts on this? I would appreciate it very much.
Thanks in advance.
I am developing a database application at work. Instead of making 1 database with all in it, I decided to make it modular. In that case I do not need to update 1 file constantly but I can take parts of it and update them (e.a. I have a database called dbEmployees, dbLogistics, dbTraining and so on). Also the tables are stored in a different file and linked to the user interface so I wont lose the data in the tables. I also made a .mdw workgroup file to secure them.
What I wanted to do is:
Login (using .mdw file)
-> Usermenu (connect to different databases) / global functions and so on
--> Use the menu to connect to the different databases
I choose this approach also so I would not put too much stress on 1 file in particular.
-------------------------------------------
The thing is, I would like users to login only one time using the mdw file which connects them to say UserMenu.mdb.
From UserMenu.mdb you get a popup menu which allows you to select the other protected database (all protected with the same mdw file).
My question would be how do I connect to those databases without having to provide a username and password again?
Any thoughts on this? I would appreciate it very much.
Thanks in advance.