I have three tables
A transaction table, Customer Table and Inventory Table
And I have to make a Query to show the transaction with the
Customer Name and the Item description.
Table-A Transactions
Table- B Customers
Table- C Items
Between them are two common fields TA.x with TB.x and TA.y with TC.y.,when I try to make a Query with a SELECT,
I just can pull the data from two tables when I try to use
The third table I get Nothing .
Did somebody has done this before with some [Join] or special [Where] I will appreciate any help
Thank.
[sig][/sig]
A transaction table, Customer Table and Inventory Table
And I have to make a Query to show the transaction with the
Customer Name and the Item description.
Table-A Transactions
Table- B Customers
Table- C Items
Between them are two common fields TA.x with TB.x and TA.y with TC.y.,when I try to make a Query with a SELECT,
I just can pull the data from two tables when I try to use
The third table I get Nothing .
Did somebody has done this before with some [Join] or special [Where] I will appreciate any help
Thank.
[sig][/sig]