G
Gordon Currie
Hi:
I am trying to create a query that may not even be possible.
Products table has an ID (PK) and CODE. Related products table has PROD_ID
(original product ID) and RELPROD_ID (related product ID). Both
related.PROD_ID and related.RELPROD_ID are joined to products.ID.
I want to create a query that returns the products.CODE for each entry in the
related products table (related.PROD_ID and related.RELPROD_ID). So far, I
have run up against the limitations of nesting and my own query creation
abilities.
Is this even doable?
thanks - Gordon
I am trying to create a query that may not even be possible.
Products table has an ID (PK) and CODE. Related products table has PROD_ID
(original product ID) and RELPROD_ID (related product ID). Both
related.PROD_ID and related.RELPROD_ID are joined to products.ID.
I want to create a query that returns the products.CODE for each entry in the
related products table (related.PROD_ID and related.RELPROD_ID). So far, I
have run up against the limitations of nesting and my own query creation
abilities.
Is this even doable?
thanks - Gordon