File Path

  • Thread starter Thread starter Guest
  • Start date Start date
No, it is in the Connect property of the TableDefs Method of the CurrentbDB
object for each table:
CurrentDB.TableDefs("MyTableName").Connect
will return the path. For example:

?currentdb.TableDefs("cisattributetable").Connect
;DATABASE=\\rsltx1-bm01\busmgmt\dev ciscms\ciscmsdata.mdb
 
It's in the Database field of MSysObjects - but the information is also
in the Connect property of the TableDef.
 
Back
Top