thanks for the assistance :)
No, qryUnionResourcesColumnsToRows is union type query that converts a flat-file import table into a more normalised looking dataset. The dataset has three fields ShiftID, Commodity and Allocation.
The SQL for the union is:
SELECT ShiftID, "Commodity1" AS...