Link a Query

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
 
J

John W. Vinson

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.
 
Top