Where do these tables link??

C

C Tate

I have been looking at a database at work. Some of the tables are linked
since there is a small arrow next to them. However, I cannot find out what
they are linked to! How can I do this?
 
D

Dirk Goldgar

C Tate said:
I have been looking at a database at work. Some of the tables are
linked since there is a small arrow next to them. However, I cannot
find out what they are linked to! How can I do this?

If you have Access 2002 (and maybe if you have 2000, I'm not sure) the
Connect information is shown in a tooltip if you hover your mouse over
the linked table. If you have Access 97 this doesn't happen. In that
case, press Ctrl+G to open the Immediate Window and enter a command like
this in it (subsituting the name of a linked table you want to trace):

?CurrentDb.TableDefs("LinkedTableName").Connect
 
C

C Tate

Many thanks. I'll try that out soon!
Dirk Goldgar said:
If you have Access 2002 (and maybe if you have 2000, I'm not sure) the
Connect information is shown in a tooltip if you hover your mouse over
the linked table. If you have Access 97 this doesn't happen. In that
case, press Ctrl+G to open the Immediate Window and enter a command like
this in it (subsituting the name of a linked table you want to trace):

?CurrentDb.TableDefs("LinkedTableName").Connect

--
Dirk Goldgar, MS Access MVP
www.datagnostics.com

(please reply to the newsgroup)
 

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