Okay I have this tables that look like this
Lots
Lot Number
QuantityIN
Retain Orders
OrderID
Requested by
OrderIDDetails
Lot Number
RequestID
Quantity Withdrawn
Quanity Returned
So I build a query that gives me quantity on hand for all the lots where there was an order of withdrawn. But if there is no orders then quantity on hand is blank in the query because there is no records. Now I would like the query to show me that the quantity on hand for the lots with no orders to be the Quantity in.
Is this possible to do in a simple way? Help appreciated.