Somehow I keep forgetting this. I keep thinking that at some time in the past I was able to link Database C to the linked tables in Database B which were linked to Database A. Why would this be helpful? My use case would be for my database table separation into different files which I discussed earlier this week. I would be able to transparently reorganize the database across multiple files with the needed tables until I could have all the users relink their main database file.
While that would be convenient, it makes some sense why you couldn’t do it. You’d need to have the same drive mappings as the database you were linking to since Access is actually directly manipulating the file behind the scenes. It would probably be even more of a nightmare than it already is when thinking about how Access has to lock files and records / data pages when multiple users are using the system at the same time.
In any case, now I’m wondering if you can link Database C to SQL Server linked tables in Database B where SQL Server would be Database A. Hmmm… I’m thinking that could cause problems, but I’d have to try it out to see if it works. Anybody out there have experience doing that?
You do this by importing the linked tables from an Access database or SQL Server tables
Technically, that’s just making a copy of a link from another database.
What I am talking about is linking to a “table” in the remote database. If that table in the remote database is in fact a linked table, you cannot link to the link. The best you can do is import a copy of it.
So If I copy the link from database B to database A I no longer am controlling the source of the link in A from database B.
The use case would be that I had a physical table in database B that I want to move to database C and link via B, then ideally the link already in A to B would just chain from A to B to C automatically, but that doesn’t work.
You have to physically change the link in database A to database C and leave out database B entirely for the moved table.
Hope that makes sense.