On report, formated Check Boxes That only show a yes, are shown below and work just fine. Have 2 text boxs on form for Dollars and Dollars2. The user will pick q check box for Prof or Fac and show a $ amount in “Dollars”. They will then pick a check box from Prof2 or Fac2 and show a $ amount in “Dollars2”. The Dollars appear correctly on the form and report. It’s the totals that are way off on the report. In looking through the forum, I tried several suggestions, but to no avail. I have shown what I have on my report currently, and what the result is. I have then shown what the result should be. Way off. Your help would be appreciated.
CHECK BOXES
=Iif([Prof],”Yes”,””)
=Iif([Fac],”Yes”,””)
=Iif([Prof2],”Yes”,””)
=Iif([Fac2],”Yes”,””)
DATE FOOTER
Mo End Prof =Sum(IIf([Prof]+[Prof2]=Yes,[Dollars] +[Dollars2],0)) 10,381.30
Mo End Fac =Sum(IIf([Fac]+[Fac2]=Yes,[Dollars] + [Dollars2),0)) 6,620.30
Mo End Total =Sum([Dollars]+[Dollars2]) 10,381.30
REPORT FOOTER
YTD Fac =Sum(IIf([Prof]+[Prof2]=Yes,[Dollars] +[Dollars2],0)) 15,160.85
YTD Prof =Sum(IIf([Fac]+[Fac2]=Yes,[Dollars] + [Dollars2),0)) 6,620.30
YTD Total =Sum([Dollars]+[Dollars2]) 10,381.30
ACTUAL SHOULD BE:
Prof – 13,352.19
Fac - 8,159.97
Tot - 21,512.16

CHECK BOXES
=Iif([Prof],”Yes”,””)
=Iif([Fac],”Yes”,””)
=Iif([Prof2],”Yes”,””)
=Iif([Fac2],”Yes”,””)
DATE FOOTER
Mo End Prof =Sum(IIf([Prof]+[Prof2]=Yes,[Dollars] +[Dollars2],0)) 10,381.30
Mo End Fac =Sum(IIf([Fac]+[Fac2]=Yes,[Dollars] + [Dollars2),0)) 6,620.30
Mo End Total =Sum([Dollars]+[Dollars2]) 10,381.30
REPORT FOOTER
YTD Fac =Sum(IIf([Prof]+[Prof2]=Yes,[Dollars] +[Dollars2],0)) 15,160.85
YTD Prof =Sum(IIf([Fac]+[Fac2]=Yes,[Dollars] + [Dollars2),0)) 6,620.30
YTD Total =Sum([Dollars]+[Dollars2]) 10,381.30
ACTUAL SHOULD BE:
Prof – 13,352.19
Fac - 8,159.97
Tot - 21,512.16
