I need some logic help,
I am trying to sum fields if a another field (Accurate/Complete (30 pts)) is less than 30
Right now it works to provide my total if the yes/no button for a certain field has been clicked.
=Sum(IIf([Procedure Error],1,0))
now I want it to only total the numbers if...