Hi I am trying to make a query to combine 2 other queries:
I have 1 query JunOrd (Shows all the orders in June)
OrderNo
OProdCode
OProduct
OSize
OSizeUnit
OPack
OCase
OQtyNet
OQtyFOC
TOQty
The other query is JunInv (Shows all the invoices in June)
OrderNo
SProdCode
SProduct
SSize
SSizeUnit
SPack
SCase
SQtyNet
SQtyFOC
TSQty
I want to create a query that combines the 2 queries together showing me:
OrderNo, OProductCode, TOQty, OrderNo, SProductCode, TSQty
I want to show even the blanks where there is no product code for example in the order or there is a product code in the order but has not been invoiced yet.
I want the query to be according to OrderNo
Can someone help me?
I have 1 query JunOrd (Shows all the orders in June)
OrderNo
OProdCode
OProduct
OSize
OSizeUnit
OPack
OCase
OQtyNet
OQtyFOC
TOQty
The other query is JunInv (Shows all the invoices in June)
OrderNo
SProdCode
SProduct
SSize
SSizeUnit
SPack
SCase
SQtyNet
SQtyFOC
TSQty
I want to create a query that combines the 2 queries together showing me:
OrderNo, OProductCode, TOQty, OrderNo, SProductCode, TSQty
I want to show even the blanks where there is no product code for example in the order or there is a product code in the order but has not been invoiced yet.
I want the query to be according to OrderNo
Can someone help me?