Haven't been able to find a sumif function, but ....
1/ Create a new textbox in the details section, call it txtInvHid, and set the Visible property to NO.
2/ Set the Control source as =Iif(OverdueField = True, [Invoice Amount],0) This ought to show only the values that will be summed at the...