R
Rick B
Is there something similar in Access as the SumIf function in Excel?
I have a text box on a form which I am trying to tell it to sum a particular
field IF a particular condition within the record is true. I thought the
following would work but it only produces #Error
=Iff([QueryName]![FieldNameFlag]=Yes,Sum([FieldName]),"")
Thank you in advance,
-rick
I have a text box on a form which I am trying to tell it to sum a particular
field IF a particular condition within the record is true. I thought the
following would work but it only produces #Error
=Iff([QueryName]![FieldNameFlag]=Yes,Sum([FieldName]),"")
Thank you in advance,
-rick