Linked Text file

  • Thread starter Thread starter Database Girl
  • Start date Start date
D

Database Girl

I need to relink to a text file on a share drive, but I want to link
according to the data path value instead of the share drive letter.

Ex:
//cdf888/example
Instead of c:/example

Any idea on how I can do this.

Thanks
 
Using network neighborhood, you should be able to use UNC (Universal Naming
Convention) to map to a network share.

\\ComputerName\ShareName\OptionalFolderName\FileName.mdb

Access will recognize this and continue to open the file.
 
Great suggestions, however I am working with Access 97 and I am trying to
link to a text file on a share drive. Is there a easier way to change the
UNC name besides writing code?

Thanks
 
The UNC is a share on the server (or any other computer on the network) You
get to it by using Network Neighborhood or My Network Places and finding the
other computers on your network. If there is a share defined on that
computer, and you have permissions to it, you simply click on it and choose
connect. You will then see all the folders and files in that share. You do
not need to use the code at the Access Web at all.
--
Arvin Meyer, MCP, MVP
http://www.datastrat.com
http://www.mvps.org/access
http://www.accessmvp.com
 

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