Linked Tables

  • Thread starter Thread starter PJ Usher
  • Start date Start date
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
 
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
 
Back
Top