I am wondering if it is possible to use the values in a FoxPro table as the list for a where field in () criteria?
In my case I have 2 tables as follows:
InvMaster.StockCode
InvStructure.Parent
InvStructure.Child
I would like to setup something like:
AS Select InvStructure.Parent, InvStructure.Child from InvStructure;
WHERE InvStructure.Parent in (InvMaster.Stockcode)
Is this doable?
I will greatly appreciate your response.
In my case I have 2 tables as follows:
InvMaster.StockCode
InvStructure.Parent
InvStructure.Child
I would like to setup something like:
AS Select InvStructure.Parent, InvStructure.Child from InvStructure;
WHERE InvStructure.Parent in (InvMaster.Stockcode)
Is this doable?
I will greatly appreciate your response.