I have some VB code that populates a listbox with my tables...I would like to add a column to the listbox so it shows what .mdb file each table is linked to (or not).
Example:
"TableName1", "Linked to C:\DB1.mdb"
"TableName2", "Linked to C:\DB1.mdb"
"TableName3", "Linked to C:\DB1.mdb"
"TableName4", "Linked to C:\DBa.mdb"
"TableName5", "Not Linked (Local)"
"TableName6", "Linked to C:\DBx.mdb"
...
So basically, how do I refer to the above second column values using VB?? I can easily go to the "table link manager" to find this out but I want a total VB way of doing it.
Thanks
![[yinyang] [yinyang] [yinyang]](/data/assets/smilies/yinyang.gif)
Example:
"TableName1", "Linked to C:\DB1.mdb"
"TableName2", "Linked to C:\DB1.mdb"
"TableName3", "Linked to C:\DB1.mdb"
"TableName4", "Linked to C:\DBa.mdb"
"TableName5", "Not Linked (Local)"
"TableName6", "Linked to C:\DBx.mdb"
...
So basically, how do I refer to the above second column values using VB?? I can easily go to the "table link manager" to find this out but I want a total VB way of doing it.
Thanks
![[yinyang] [yinyang] [yinyang]](/data/assets/smilies/yinyang.gif)