B
Brennan
Hello:
I am using the following code in a report text box to sum
the values in a field when a certain value is present:
=Sum(If[tblBids_BidStatus] = "GC-Awarded CMR Lost" Or "GC-
Awarded CMR Awarded", [tblBids_BidAmount],0)))
My problem is that the code appears to be ignoring the
Status field and is calculating a sum without evaluating
the conditions.
Any comments or suggestions would be appreciated.
Thanks
Brennan
I am using the following code in a report text box to sum
the values in a field when a certain value is present:
=Sum(If[tblBids_BidStatus] = "GC-Awarded CMR Lost" Or "GC-
Awarded CMR Awarded", [tblBids_BidAmount],0)))
My problem is that the code appears to be ignoring the
Status field and is calculating a sum without evaluating
the conditions.
Any comments or suggestions would be appreciated.
Thanks
Brennan