R
ryguy7272
This is in the Field line:
MTD Delivery:
Sum(IIf([NOV]>0,[C2_UnionQuery2008]![Current_Revenue]/[C2_UnionQuery2008]![NOV],0))
This is in the Total Line:
Expression
It is causing an error: Subqueries can not be used inn the expression...etc.
If I choose Group By for the Total Line, it works, but I need to Count items
in another part of the Query and group these items, which are all similar,
and this MTD Delivery Field is preventing my final query from showing a nice
and orderly Subtotal in the Count Field.
The same thing is happening here:
Proj Delivery: [MTD Delivery]/[Date]*92
I want to Sum this Field, but only Group By in the Total Field works.
Any ideas?
Thanks!
Ryan---
MTD Delivery:
Sum(IIf([NOV]>0,[C2_UnionQuery2008]![Current_Revenue]/[C2_UnionQuery2008]![NOV],0))
This is in the Total Line:
Expression
It is causing an error: Subqueries can not be used inn the expression...etc.
If I choose Group By for the Total Line, it works, but I need to Count items
in another part of the Query and group these items, which are all similar,
and this MTD Delivery Field is preventing my final query from showing a nice
and orderly Subtotal in the Count Field.
The same thing is happening here:
Proj Delivery: [MTD Delivery]/[Date]*92
I want to Sum this Field, but only Group By in the Total Field works.
Any ideas?
Thanks!
Ryan---