Scenario:
The database has been split into Data and Code modules
The Database Module resides on the Server in C:\Project
The Code Module can reside anywhere on the user's local hard drive.
Because the location of the Code Module as well as the user's mapping to the server can change between one user and another then I assume that there is a way that you can programatically change the path to the database within the the Code Module?
I understand the use of the Linked Table Manager but this is hard coding the location of the database within the Code Module - I want to try and avoid that.
Any help would be appreciated
The database has been split into Data and Code modules
The Database Module resides on the Server in C:\Project
The Code Module can reside anywhere on the user's local hard drive.
Because the location of the Code Module as well as the user's mapping to the server can change between one user and another then I assume that there is a way that you can programatically change the path to the database within the the Code Module?
I understand the use of the Linked Table Manager but this is hard coding the location of the database within the Code Module - I want to try and avoid that.
Any help would be appreciated