Hope i will explain this correctly.
i have a query that lists the parent item and then the component items that makes up the parent item.
But i need the query to show like this:
i have a query that lists the parent item and then the component items that makes up the parent item.
Code:
OrderNo ProductNumber Quantity ComponentItemCode QtyPerAssemblyStd
S101500 GX260 1 GX200-STAND 1
S101500 GX260 1 GX260NS 1
S101500 GX266 1 GX200-STAND 1
S101500 GX266 1 GX266NS 1
But i need the query to show like this:
Code:
OrderNo ProductNumber Quantity
S101500 GX260 1
S101500 GX200-STAND 1
S101500 GX260NS 1
S101500 GX266 1
S101500 GX200-STAND 1
S101500 GX266NS 1