This query finally solves my problem, thanks for the assist,
SELECT CustomerT.CustomerName, ProductT.ItemCode, ProductT.Description, TotalOrderT.Quantity AS [Total Quantity], DispatchOrderT.DispatchOrderDate, OrderDetailsT.Quantity AS [Do Quantity], [Total Quantity]-[Do Quantity] AS [Remaining...