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
 
Top