How do I query both a linked table and a normal table.

N

njj200

How do I create a query that retrieves data from both a normal table and a
table linked to Excel.
 
D

Douglas J Steele

Exactly the same as you'd create a query that retrieves data from two
"normal" tables. Access doesn't distinguish between table types.
 
Top