J
JASelep
Is there a way to list/display the source location/properties of an ODBC link
in an Access DB?
An Access MDB was backed-up before a computer was re-imaged
I'm trying to find information on the ODBC source location to re-establish
the links in the restored MDB so it will work
I got this great query from this discussion group to list regular linked
table souces in an access DB
SELECT [Name], Database, ForeignName
FROM MSysObjects
WHERE [Type]=6
ORDER BY [Name];
in an Access DB?
An Access MDB was backed-up before a computer was re-imaged
I'm trying to find information on the ODBC source location to re-establish
the links in the restored MDB so it will work
I got this great query from this discussion group to list regular linked
table souces in an access DB
SELECT [Name], Database, ForeignName
FROM MSysObjects
WHERE [Type]=6
ORDER BY [Name];