source of the linked table

S

sq75222

In the object table, I can see there is a linked table but how do I know the
actual table located?
 
E

Evi

Go to Tools, Database Utilities, Linked Table Manager. The file path should
appear next to it
Evi
 
J

Jerry Whittle

SELECT MSysObjects.[Name],
MSysObjects.[Database],
MSysObjects.[Connect]
FROM MSysObjects
WHERE MSysObjects.[Type]=6
ORDER BY MSysObjects.[Name];
 
E

Evi

When you tick next to the Linked table, and click OK, if the original table
has moved, a File, Open box will appear so that you can browse to its new
location. If the original table is still in place you could delete your
current linked table and import it from your preferred location, ensuring
that you import it as a link.
Evi
 

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

Similar Threads

Access Form Refresh 1
Query design 0
Linking two tables - a bit different 4
Table Design Question 3
How to export table from outlook into ms access table? 0
Source Database 5
Unsplit database 3
Front End Linked tables 6

Top