I have a report with 2 subreports. I want to take the totals from the sub reports and total them on the main report. However one of the subreport will sometimes not have any records. I still would like to total the two subreports together giving the subreport without any records a 0.00 value. Example: subreport1 total=$5, subreport2 total=$10, total on main report=$15,,,Subreport1 total=$5, subreport2 has no records but total=$0.00, total on main report=$5. I hope i made that clear. Thanks for the help