tommeekers
Programmer
I'm currently working on an Access 2000 project which has to allow multiple users to access the same db. I will be using MOD2000 to distribute my frontend (forms, reports, queries, ...) to my users.
However, I want to make it so that when a user starts the application, it checks to see if the path to the database has been entered. If not, it has to open a pop-up which asks to specify the db location. Can this be done ? Can I link the frontend to the backend using VBA ? If yes, how do I do it and where do I store the path to the db so that the users will not have to re-enter it every time they run the application ?
However, I want to make it so that when a user starts the application, it checks to see if the path to the database has been entered. If not, it has to open a pop-up which asks to specify the db location. Can this be done ? Can I link the frontend to the backend using VBA ? If yes, how do I do it and where do I store the path to the db so that the users will not have to re-enter it every time they run the application ?