On the subform, create a field on the form footer that calculates the sum of the IU Value, ie, set the control source to "=sum([IU Value]). Name it txtSumIUValue, or something like that.
On the main form, create another field and set its control source to '=SubFormName!txtSumIUValue', that'll...