B
Byzantine
I'm trying to display the .Connect string on a single linked table in my MS
Access 2003 database (which will give me the full file name and path of the
back end file).
I currently have:
Dim td As dao.TableDef
Set td.Name = "tbl Configuration" ' the name of the linked table
Msgbox Mid(td.Name.Connect, 11)
This does not work.
Can anyone help me overcome my incompetence please ?
Any ideas/useful links are much appreciated.
Regards
Byz
Access 2003 database (which will give me the full file name and path of the
back end file).
I currently have:
Dim td As dao.TableDef
Set td.Name = "tbl Configuration" ' the name of the linked table
Msgbox Mid(td.Name.Connect, 11)
This does not work.
Can anyone help me overcome my incompetence please ?
Any ideas/useful links are much appreciated.
Regards
Byz