Need to change physical location of Externally Linked Tables - Possible to fake out network server l

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.
 
A

aaron.kempf

this is why you should just move to SQL Server.

Access linked tables add another layer of complexity- on top of the
other 5 layers that Access adds-- it just isn't worth the effort.

-Aaron
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top