K
Kevin Sprinkel
qryrsubBidReturn_Bids is the source query which includes
the following fields:
JobNumber Text
BidType Text
AwardedBid Yes/No
Amount Currency
Delta Calculated numeric field
I'm trying to get the following output:
Bid Amount Delta
=========== ============ ========
LOW 18,456,000 -2.4%
HI 22,000,000
....that is, only printing a Delta for the awarded bid.
Setting the report control to:
= IIf([AwardedBid]=True,[Delta],"")
generates #ERROR as the output for the awarded bid, but
successfully prints a blank for the others.
I can't find my error. Anyone?
Thanks.
the following fields:
JobNumber Text
BidType Text
AwardedBid Yes/No
Amount Currency
Delta Calculated numeric field
I'm trying to get the following output:
Bid Amount Delta
=========== ============ ========
LOW 18,456,000 -2.4%
HI 22,000,000
....that is, only printing a Delta for the awarded bid.
Setting the report control to:
= IIf([AwardedBid]=True,[Delta],"")
generates #ERROR as the output for the awarded bid, but
successfully prints a blank for the others.
I can't find my error. Anyone?
Thanks.