Randy: It's a dynamic database, so I need to have a live connection to it. I am thinking there must be a way of linking a query from another access database. Thanks.
Don't believe there is and the reason would probably be that a query contains no data ... only SQL. If the query really exists in A.mdb and you were to link it to B.mdb and then run it from there, where would the SQL find the tables that it references?
In A.mdb? In B.mdb? Some combination of the two?
What happens if a referenced table exists in both A.mdb and B.mdb?
As randy700 says, you can import them and when you do, they become local to the database into which they were imported and expect the tables that they reference to be local as well (unless you've done something to explicitly redirect table locations in the SQL.)
Golom: I have got 8 tables on that remote database that the query is combining data from then doing some filtering and calculations. I guess my only option would be to link the tables from the remote database and run the query in the local database. Thanks all for your help, appreciated!
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.