database name from linked tabel

  • Thread starter Thread starter Leeuw1960
  • Start date Start date
L

Leeuw1960

How can get de de databasename from a linked tabel to show in a form o
in a query.?

linked tabelname is Ruimte

witht greatings Richard :confused
 
Try this:

msgbox dbengine(0)(0).tabledefs![---].connect

Replace --- with the name of your table.

HTH,
TC
 
Back
Top