I have a relation between three tables
A transaction table, Customer Table and Inventory Table.
I have to make a SQL Query With SQLEXEC() to get a cursor that has the transactions , the name of the Customer and the description of the Items.
Table-A Transactions
Table- B Master of Customer
Table- C Master of Items
Between them are two common field TA.x with TB.x and TA.y with TC.y.
When I try to make a Query with a SELECT command
I just can pull the data from two tables when I try to use
The third table I get Nothing .
I know this question is more related to SQL than VFP
but may be some VFP programmer had the same problem.
I will appreciate any help
Thank.
[sig][/sig]
A transaction table, Customer Table and Inventory Table.
I have to make a SQL Query With SQLEXEC() to get a cursor that has the transactions , the name of the Customer and the description of the Items.
Table-A Transactions
Table- B Master of Customer
Table- C Master of Items
Between them are two common field TA.x with TB.x and TA.y with TC.y.
When I try to make a Query with a SELECT command
I just can pull the data from two tables when I try to use
The third table I get Nothing .
I know this question is more related to SQL than VFP
but may be some VFP programmer had the same problem.
I will appreciate any help
Thank.
[sig][/sig]