Hi
I have a database which has several linked tables, some to other dbs and some to excel workbooks. Some of the tables will no longer open because the source workbooks have been moved or deleted. The error that I get is that the Microsoft Jet database engine could not find the object 'GL_Postings'. In this case GL_Postings is the name of a worksheet within a workbook.
I need to get the name of the workbook, and also the path if possible. I cannot get into the design view of the table.
I have tried:
Sub GetPath()
MsgBox CurrentDb.TableDefs("tblAccruedIncomeAdjustments".SourceTableName
End Sub
but it just returns the same 'GL_Postings'
Please help me.
THANKS LOADS!
Jo
I have a database which has several linked tables, some to other dbs and some to excel workbooks. Some of the tables will no longer open because the source workbooks have been moved or deleted. The error that I get is that the Microsoft Jet database engine could not find the object 'GL_Postings'. In this case GL_Postings is the name of a worksheet within a workbook.
I need to get the name of the workbook, and also the path if possible. I cannot get into the design view of the table.
I have tried:
Sub GetPath()
MsgBox CurrentDb.TableDefs("tblAccruedIncomeAdjustments".SourceTableName
End Sub
but it just returns the same 'GL_Postings'
Please help me.
THANKS LOADS!
Jo