i did as the control source of the grand total field:
=If([Controls_Detail_Line_Qty]="",0,(Sum([Controls_Detail_Line_Qty]*[Controls_Detail_Line_Amnt]))) - even tried =If([Controls_Detail_Line_Qty]is null,0,(Sum([Controls_Detail_Line_Qty]*[Controls_Detail_Line_Amnt])))
neither worked