G
Guest
I would greatly appreciate someone showing me an example of how I can query two or more tables that share the same fields in each table
For exampl
Table 1 Feild
Invoice
Stock
Qt
Pric
Table 2 Feild
Ship to addres
Invoice
Ship Dat
Qt
I need to query Table 1 for the Invoice # and Price and Table 2 for the Ship Date. But when I do I get back two lines for each record.
Example
Invoice # Price Ship Dat
1001 50.00 2/2/0
1001 50.00 2/2/0
1002 10.00 2/12/0
1002 10.00 2/12/0
and so on
I think that I may need to run a query in a query but I have no clue about how to so
Thank you in advance for your help
For exampl
Table 1 Feild
Invoice
Stock
Qt
Pric
Table 2 Feild
Ship to addres
Invoice
Ship Dat
Qt
I need to query Table 1 for the Invoice # and Price and Table 2 for the Ship Date. But when I do I get back two lines for each record.
Example
Invoice # Price Ship Dat
1001 50.00 2/2/0
1001 50.00 2/2/0
1002 10.00 2/12/0
1002 10.00 2/12/0
and so on
I think that I may need to run a query in a query but I have no clue about how to so
Thank you in advance for your help