Access Reference

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have a workbook that in my testing is pulling data from and writing data to
an access .mdb file that is on a path, say, h:\mypath. But when this goes
into production, I will be moving that .mdb file to somewhere else on the
network. My question, is there a way to change the references to the
external data that is displayed in various parts of this workbook, or am I
better off deleteing (not sure how to do this either) all the references and
reestablishing them to the relocation .mdb location?
 
Hi Mike,

See if you can find the path by doing this:

Click on a cell within the data range that is linked to the mdb file.

Data menu>>Import External Data>>Edit Query

In the Connection box (if the data is linked this way) you should see the
path to the file.

Hope this helps,

Sean.
 

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

Back
Top