When I try to change the code to:
=Sum(IIf([Qtr]="1 Qtr - 2011",[FindingTotal],Null)) / [txtSumTotContents])
This code gives me an #error.
When I remove the last colon it changes back to by it's self:
=Sum(IIf([Qtr]="1 Qtr - 2011",[TotalConsents],Null))
=Sum(IIf([Qtr]="1 Qtr - 2011",[FindingTotal],Null)) / [txtSumTotContents])
This code gives me an #error.
When I remove the last colon it changes back to by it's self:
=Sum(IIf([Qtr]="1 Qtr - 2011",[TotalConsents],Null))