In issue I'm having is I have three table, "Description", "History" "Allocation". Description has a one to many relationship to the other two table. What I'm trying to do is subtract "AllocationQty" which is located in the Allocation tbl from "Qty" located in the history tbl. My problem is that...