Linked tables

G

Guest

I cannot see where my linked tables are linked to, and of course I have
forgotten which database I used. I go to tools, db utilities and linked
table manager but nothing is showing up. I have 6 tables that are linked,
can anyone tell me how else to see the links. Thanks
 
G

Guest

SELECT MSysObjects.ForeignName, MSysObjects.Database, MSysObjects.Type
FROM MSysObjects
WHERE (((MSysObjects.Type)=6));
 

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


Top