Linked Tables

P

PJ Usher

Hi

Access 2000
Is there a way to find out the location of the source table from a
database's linked tables?

Thanks in advance

PJ
 
T

Tim Ferguson

Is there a way to find out the location of the source table from a
database's linked tables?

Open the VBA editor, find the immediate window and enter the following:

debug.print Tabledefs("MyTable").Connect


HTH


Tim F
 

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