Changing the properties of a Linked table

  • Thread starter Thread starter Brad
  • Start date Start date
B

Brad

I currently have a database using 3 linked tables. The
link is to another Access database on the C drive. I would
like to modify the link so the database can be accessed by
remote PC's where the drive is not neccessarily C.
In other words, change "C:/access/specials.mdb"
to "/access/specials.mdb"

Thanks!
 
Hi Brad,

You can't do that, but you can use UNC paths in the form
\\COMPUTER\SHARE\Folder\file.mdb
where COMPUTER is the name of the computer on the network, and SHARE is
the name under which the drive or folder is shared.

I currently have a database using 3 linked tables. The
link is to another Access database on the C drive. I would
like to modify the link so the database can be accessed by
remote PC's where the drive is not neccessarily C.
In other words, change "C:/access/specials.mdb"
to "/access/specials.mdb"

Thanks!

John Nurick [Microsoft Access MVP]

Please respond in the newgroup and not by email.
 

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