L
LC
Hi,
Using the following tables,
Table1
=====
Product_CD Product_Desc
AAA Apple
PPP Pear
Table2
=====
Size_CD Size
01 Small
02 Medium
03 Large
Table 3
======
SKU Quantity
AAA01 10 ---> 10 Units of Apple Small
AAA03 5
PPP02 1
Is it possible to query table3 using expressions: Left(SKU,4) and
Right(SKU,2) to create a join query into Table1 and Table2? All inside
only one query? I know how to create the results in two steps, but is
it possible to use only one query?
Thanks
Using the following tables,
Table1
=====
Product_CD Product_Desc
AAA Apple
PPP Pear
Table2
=====
Size_CD Size
01 Small
02 Medium
03 Large
Table 3
======
SKU Quantity
AAA01 10 ---> 10 Units of Apple Small
AAA03 5
PPP02 1
Is it possible to query table3 using expressions: Left(SKU,4) and
Right(SKU,2) to create a join query into Table1 and Table2? All inside
only one query? I know how to create the results in two steps, but is
it possible to use only one query?
Thanks