T
Tagman
I have inherited a database application that contains references to 130 externally linked tables.
In addition, there are several internal modules that import data from an excel file in the same location as the external tables.
Everything re3ferencing the external location appears to be hard coded in the configuration, such as the following table link:
\\server01\d\control\XYZ\table9.mdb
I need to take the server off line and consolidate everything onto a single computer.
I could edit the table locations for the 130 externally linked tables and edit the modules that import the data from the excel file, and hope that I have not missed any other areas of the switchboard that call for data at the external location.
INSTEAD - I'm wondering if there is a way that I can fake out the system so that when it attempts to access the data on server01 - it instead looks in a folder or on a drive on the local machine - instead of trying to connect to an other box on the local network.
REMAP? C:\My Documents\Access Data\Control\Tables\table9.mdb = \\server01\d\control\xyz\table.mdb
VIRTUAL SERVER?
OTHER MEANS?
This would be better than having to change the hard coding - in case it needs to be relocated again in the future - it would be much easier to reconfigure.
Appreciate any thoughts - especially if someone has already experience this situation.
In addition, there are several internal modules that import data from an excel file in the same location as the external tables.
Everything re3ferencing the external location appears to be hard coded in the configuration, such as the following table link:
\\server01\d\control\XYZ\table9.mdb
I need to take the server off line and consolidate everything onto a single computer.
I could edit the table locations for the 130 externally linked tables and edit the modules that import the data from the excel file, and hope that I have not missed any other areas of the switchboard that call for data at the external location.
INSTEAD - I'm wondering if there is a way that I can fake out the system so that when it attempts to access the data on server01 - it instead looks in a folder or on a drive on the local machine - instead of trying to connect to an other box on the local network.
REMAP? C:\My Documents\Access Data\Control\Tables\table9.mdb = \\server01\d\control\xyz\table.mdb
VIRTUAL SERVER?
OTHER MEANS?
This would be better than having to change the hard coding - in case it needs to be relocated again in the future - it would be much easier to reconfigure.
Appreciate any thoughts - especially if someone has already experience this situation.