C
Cbayardo
Hi, I have this formula in the header of a Grouped Field called Extension
=DSum("[Price]","[February]","[Type] = '2' AND [Extension] = " &
[Extension]) but I get an #Error in the Report. Any ideas why this is
happening?
What I am trying to do is make a report that looks very similar to a Excel
Worksheet.
Name Extension Local Price CellCalls Price International
Price TotalCalls TotalPrice
John 101 52 $125 12 $56 0
$0 62 $181
Something like that.
Local, CellCalls and International are one field, so it gets a little tricky
there. I figured out the Count, but the Price I can´t yet.
Thanks for any help
=DSum("[Price]","[February]","[Type] = '2' AND [Extension] = " &
[Extension]) but I get an #Error in the Report. Any ideas why this is
happening?
What I am trying to do is make a report that looks very similar to a Excel
Worksheet.
Name Extension Local Price CellCalls Price International
Price TotalCalls TotalPrice
John 101 52 $125 12 $56 0
$0 62 $181
Something like that.
Local, CellCalls and International are one field, so it gets a little tricky
there. I figured out the Count, but the Price I can´t yet.
Thanks for any help