473,399 Members | 3,401 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,399 software developers and data experts.

Linking Tables Problem


All:

I've set up a database using two separate files so that I can keep the data
stable while playing around with the structure. The tables in the data
file are linked into the structure file (eg. structure.mdb, data.mdb). I
am building this database for someone else, however, and when they install
the two files on their computer and try to open a table in the structure
file, Access complains that the links don't have the proper path (eg. the
path on the computer of origination).

Logically, this makes sense, but I would like to work around this.

Any suggestions?

Thanks in advance.

Steve
Nov 13 '05 #1
9 1445
If the other person creates a folder with the same path as you did for the
data.mdb, there won't be any problem.

--
PC Datasheet
Your Resource For Help With Access, Excel And Word Applications
re******@pcdatasheet.com
www.pcdatasheet.com
"mooseshoes" <mo********@gmx.net> wrote in message
news:ux*****************@newssvr21.news.prodigy.co m...

All:

I've set up a database using two separate files so that I can keep the data stable while playing around with the structure. The tables in the data
file are linked into the structure file (eg. structure.mdb, data.mdb). I
am building this database for someone else, however, and when they install
the two files on their computer and try to open a table in the structure
file, Access complains that the links don't have the proper path (eg. the
path on the computer of origination).

Logically, this makes sense, but I would like to work around this.

Any suggestions?

Thanks in advance.

Steve

Nov 13 '05 #2
<snip>
If the other person creates a folder with the same path as you did for the
data.mdb, there won't be any problem.


The other person is dropping the files onto a network drive, which is

something I don't have so the paths can't be the same.
Steve
Nov 13 '05 #3
In message <DH******************@newssvr29.news.prodigy.com >, mooseshoes
<mo********@gmx.net> writes
<snip>
If the other person creates a folder with the same path as you did for the
data.mdb, there won't be any problem.


The other person is dropping the files onto a network drive, which is

something I don't have so the paths can't be the same.


If your machine has networking software on it you may be able to create
a share then connect to it as if it were a network drive. That way you
could re-create the same path that your friend has.

The alternative is to try to edit the path recorded in the database. I
expect that this is in one of the system tables and so might be edited
with SQL.
--
Bernard Peek
London, UK. DBA, Manager, Trainer & Author. Will work for money.

Nov 13 '05 #4
1. Execute the following DOS command:
Subst <Full Path To Folder On His Network Drive> <C:\Folder On Your
Computer>
2. Place Data.mdb in C:\Folder On Your Computer
3. Open Structure.mdb and relink to tables in Data.mdb

Database will now work on the other person's system.

Note: Double check the Subst command to be sure I have the paths in the
right order.

--
PC Datasheet
Your Resource For Help With Access, Excel And Word Applications
re******@pcdatasheet.com
www.pcdatasheet.com
"mooseshoes" <mo********@gmx.net> wrote in message
news:DH******************@newssvr29.news.prodigy.c om...
<snip>
If the other person creates a folder with the same path as you did for the
data.mdb, there won't be any problem.


The other person is dropping the files onto a network drive, which is

something I don't have so the paths can't be the same.
Steve

Nov 13 '05 #5


Mighty cool. Thanks!
Nov 13 '05 #6
As a point of closure, I downloaded a freeware tool called "Virtual Drive
Creator" which, for what I can see, is a pretty front end to the SUBST
command. In any event, it was very easy to emulate the other working
environment this way and consequently everything is now working (always a
happy way to end a story).

Thanks for all your help!

Steve
Nov 13 '05 #7
Always glad to help a fellow "Steve"!

What's the URL to download "Virtual Drive Creator" ?

Steve
PC Datasheet
"mooseshoes" <mo********@gmx.net> wrote in message
news:0F*******************@newssvr29.news.prodigy. com...
As a point of closure, I downloaded a freeware tool called "Virtual Drive
Creator" which, for what I can see, is a pretty front end to the SUBST
command. In any event, it was very easy to emulate the other working
environment this way and consequently everything is now working (always a
happy way to end a story).

Thanks for all your help!

Steve

Nov 13 '05 #8

<snip>
What's the URL to download "Virtual Drive Creator" ?

Choose your favorite freeware download site or try:


http://www.smartdownloads.net/download-8487.html
Nov 13 '05 #9
Thanks, Steve! Have a good one.
"mooseshoes" <mo********@gmx.net> wrote in message
news:jH******************@newssvr29.news.prodigy.c om...

<snip>
What's the URL to download "Virtual Drive Creator" ?

Choose your favorite freeware download site or try:


http://www.smartdownloads.net/download-8487.html

Nov 13 '05 #10

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

3
by: John South | last post by:
I have an Access 2000 front end that I wish to work with a SQL Server 2000 database by means of Linked tables. Do I have to use an ODBC connection to SQL Server? It seems to be the only option...
0
by: gasturbtec | last post by:
please help im new at access programming and i just got this project dropped in my lap because the old programmer quit. i've been doing ok so far but now i need to add code to an existing database...
18
by: Mark P | last post by:
I have a bit of vb code that uses Tables.Append to programatically link tables from Oracle and DB2 datasources. The problem I am having on some client machines is that the link will take anywhere...
5
by: Christoph Sticksel | last post by:
Hi, I'm having problems with attaching two tables stored in an SQL Server 2000 to an Access 97 database. It worked well for all other tables except those two. This is what I did: Choose the...
2
by: Matthew Wells | last post by:
Good morning... I have an Access front end that uses SQL Server linked tables. SQL Server uses Windows authentication. I have one Windows group that all Access users are a member of. I added...
11
by: dskillingstad | last post by:
I've been struggling with this problem for some time and have tried multiple solutions with no luck. Let me start with, I'm a novice at Access and I'm not looking for someones help to design my...
1
by: hmiller | last post by:
I'm sorry to populate the server with yet another question about linking multiple tables and queries, howerver I have not been able to find the right criteria. My problem. I am trying to...
1
by: deiopajw | last post by:
I have a Back end database on a network drive. The copies of the front end are located on individual pc's (in their C drive). The problem arises when a laptop user naturally hooks up to the...
3
by: ARC | last post by:
I'm having trouble here with Access 2007 and connecting to a different database. The code below works great IF the previous back-end database connection is still present and you are trying to...
7
by: Salad | last post by:
I am converting an application from A97 to A2003. I have 2 tables created by another application as a Foxpro.dbf. The table has no index. The connect string in A97 is FoxPro...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.