B
Brennan
Hello:
I have a report that has a text box used to sum some
information in a text box. The following code is present
in the text box:
=Sum(IIf([tblBids_Status]="GC-Awarded CMR Lost" Or "GC-
Awarded CMR Awarded",[tblBids_BidAmount],0))
The code works fine but it sums the Bid Amount for all
records. I only want to include records that meet the
criteria in the IIF statement in the calculation.
Any comments or suggestions would be appreciated
Brennan
I have a report that has a text box used to sum some
information in a text box. The following code is present
in the text box:
=Sum(IIf([tblBids_Status]="GC-Awarded CMR Lost" Or "GC-
Awarded CMR Awarded",[tblBids_BidAmount],0))
The code works fine but it sums the Bid Amount for all
records. I only want to include records that meet the
criteria in the IIF statement in the calculation.
Any comments or suggestions would be appreciated
Brennan