Help.
I have a report created from a query that shows quotes for a range of quote numbers showing 5 fields:
Quote # (this is an autogenerated number)
Date
Client
Estimate (this is in currency)
approval signed? (this is a check box for yes or no)
In the header, i have a text box showing the sum of the estimates.
I would like to add another text box showing the sum of just the estimates where approval signed = yes
I've tried using :
=DSum("[Estimate]","[ISI Quotes Table]","[Approval signed?] = 'YES'"
I get #error instead of the total for those jobs in the range of the report that have approval signed = yes.
any help is appreciated,
thanks
cathi
I have a report created from a query that shows quotes for a range of quote numbers showing 5 fields:
Quote # (this is an autogenerated number)
Date
Client
Estimate (this is in currency)
approval signed? (this is a check box for yes or no)
In the header, i have a text box showing the sum of the estimates.
I would like to add another text box showing the sum of just the estimates where approval signed = yes
I've tried using :
=DSum("[Estimate]","[ISI Quotes Table]","[Approval signed?] = 'YES'"
I get #error instead of the total for those jobs in the range of the report that have approval signed = yes.
any help is appreciated,
thanks
cathi