I split my database and will be rolling it out soon. Each DB will have a front end installed on a user's machine and the back end will be stored in a as-yet-to-be-defined place on a file server somewhere. (The db will never get very big (<20 MB) so I'm not worried about it being a file server.)
The question is, how can I make it such that whenever a user opens the front end, the front end checks a text file to find the location of the back end?
(I'm not worried about security or stealing or anything like that. Security will be set up by the directory permissions on the server.)
There is an existing Access 95 (was that 2.0?) application that does this, but upon first examination it's very very ugly and disorganized and I really don't relish the thought of piecing through the code. I just wanted to post the question to see if I could get a concise straightforward answer in the forums.
Thanks in advance for your help!
Onwards,
Q-
The question is, how can I make it such that whenever a user opens the front end, the front end checks a text file to find the location of the back end?
(I'm not worried about security or stealing or anything like that. Security will be set up by the directory permissions on the server.)
There is an existing Access 95 (was that 2.0?) application that does this, but upon first examination it's very very ugly and disorganized and I really don't relish the thought of piecing through the code. I just wanted to post the question to see if I could get a concise straightforward answer in the forums.
Thanks in advance for your help!
Onwards,
Q-