Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Rhinorhino on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Moving Database 2

Status
Not open for further replies.

Fizbann

Programmer
Joined
Jun 2, 2003
Messages
2
Location
NL
I have a main database called forms.mdb and one called data.mdb. forms.mdb is the main database and has four linked tables from data.mdb.
The link manager gives me the full path to these four tables: c:access\forms\data.mdb

When moving the databases to another computer and/or folder the database doesn't work, it remembered the full path.

Is there a sollution to remove the full path and chache it into a reletive path: .\data.mdb ?
 
I haven't found it yet if there is.

It would be very handy though. It's the one thing that stops me front/back ending a lot of my databases, as they are distributed to users who would find updating the links a huge challenge.
 
Try my

ftp://ftp.artrom.ro/DBLinks97.zip

It's for Access 97, but I guess you can import the objects and set a reference to DAO in Acc 2000 or XP and it will work just fine.
I'll post the ADO version when I find the time to do it...

Good luck


[pipe]
Daniel Vlas
Systems Consultant

 
ALWAYS use "URL" notation for table links. They will contiinue to work regardless of hte location of the FE. Moving the BE is somewhat more complex, as SOMEBODY needs to know whither it went.

MichaelRed
m.red@att.net

Searching for employment in all the wrong places
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top