Access 2003 - Linked Tables?

M

MDW

My company recently upgraded all our systems from Access 2000 to Access 2003.
I have several databases that use linked tables. Some are linked to SQL
Servers, and others to Access databases or Excel ranges.

As an added bonus, our drive letters and such have changed. Some of my
linked tables do not work. However, when I go to Tools > Database Utilities >
Linked Table Manager, no linked tables show up. At all. For some projects, I
could have 10 or 15 linked tables. The window is completely blank.

Does anyone know what could cause this?
 
K

Klatuu

It is the drive letter changes that got you. It is best never to use drive
letters, instead, use the type of mapping you use when you connect to a
server folder:
Not
F:\Access\BackEnd\semirelation.mdb
But
\\MyServerName\Access\BackEnd\semirelation.mdb

All you need to do is re-establish your links.
 
J

Joan Wild

MDW said:
As an added bonus, our drive letters and such have changed. Some of my
linked tables do not work. However, when I go to Tools > Database
Utilities >
Linked Table Manager, no linked tables show up. At all. For some projects,
I
could have 10 or 15 linked tables. The window is completely blank.

Re-register accwiz.dll (the one located in the same folder where Access 2003
is installed)

Regsvr32 "path\ACCWIZ.DLL"
See
http://support.microsoft.com/?id=835519

You can use UNC pathnames rather than relying on mapped drives. Just use
Network Neighborhood to locate the backend.
 

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

Top