Can you use FROM in a query to get data from another database?
I can't find an Access example.
Can you use FROM in a query to get data from another database?
I can't find an Access example.
SELECT blah blah blah FROM TableInOtherDatabase IN 'C:\someFolder\myOtherdatabase.accdb' WHERE ...
Why not just link the other table? With your approach, I don't think you will be able to use any domain functions in such a query, such as DSum, DAvg, etc.
The more we hear silence, the more we begin to think about our value in this universe.
Paraphrase of Professor Brian Cox.
Thanks Micron. I'll keep that in mind. Mainly want to try a different approach.