Link a Query

  • Thread starter Thread starter Nightshade
  • Start date Start date
N

Nightshade

Hello,

I want to link a query from a seperate database into my database. I found
how to link a table, but can't find any way to link queries. Can this be
done?

Thank you
 
Hello,

I want to link a query from a seperate database into my database. I found
how to link a table, but can't find any way to link queries. Can this be
done?

Thank you

Not to my knowledge. You can use File... Get External Data... Import to import
the query, or copy and paste the SQL; it may be necessary to edit the query to
reference linked tables instead of local tables.
 
Back
Top