I have splitted my database, I now have:
Appliation: Project.mdb sitting at my office PC, the same copy is installed at other colleagues' PCs too.
Server: Project_be.mdb
Two questions:
1. I have two linked tables linking to another database via ODBC. Should I have the linked tables in the Project_be.mdb database (at the server machine) or should they be in Project.mdb (at the client PC)? Currently they are in Project.mdb, as a result, each client application will need to setup a proper ODBC to connect to the database. If I move the linked tables to the Project_be.mdb, does it mean I only need to setup ODBC once in the server?
2. My Project.mdb was secured before splitting. Now when I schedule to run a Macro in the application, it asks for username/password. Can I use the windows Scheduled Task to automatically supply the username/password so that the Macro can proceed smoothly?
Sorry for the long texts. Appreciate any help rendered.
Appliation: Project.mdb sitting at my office PC, the same copy is installed at other colleagues' PCs too.
Server: Project_be.mdb
Two questions:
1. I have two linked tables linking to another database via ODBC. Should I have the linked tables in the Project_be.mdb database (at the server machine) or should they be in Project.mdb (at the client PC)? Currently they are in Project.mdb, as a result, each client application will need to setup a proper ODBC to connect to the database. If I move the linked tables to the Project_be.mdb, does it mean I only need to setup ODBC once in the server?
2. My Project.mdb was secured before splitting. Now when I schedule to run a Macro in the application, it asks for username/password. Can I use the windows Scheduled Task to automatically supply the username/password so that the Macro can proceed smoothly?
Sorry for the long texts. Appreciate any help rendered.