Creating queries from tables in different databases

J

Jo Jo

Is it possible to create a query from tables that are saved in two different
databases? How do I join the tables and create the query?
 
D

Duane Hookom

You can link tables from one mdb to another mdb. Select File->Get External
Data->Link...
 
Top