
Quering two tables in two different files
I have data in two tables, and both tables are in different Access97
files. It is easy to get data from two tables in the same file, but how
do I get data from tables in different files? For example:
c:\Data\Inventory.mdb
RawInventory 'Raw material inventory table
PartNum 'Fields
PartName
Description
Qty
c:\Data\Supplier.mdb
Supplier 'Supplier table
PartNum 'Fields
Name
Address
To make the example easy, I want a record set with RawInventory.PartNum,
Supplier.Name, RawInventory.Name, RawInventory.Description. How do I
specify the location of Supplier?
Ironically, many of the VB texts talk about table normalization, but
none (seen so far) describe how to get data from tables in different
files. Anyone interested in writing a book?
Thanks in advance.
Dennis,