>I have a report that is based off of a current users querie that feeds the
>report.
[quoted text clipped - 7 lines]
>has calculations in it for example.. The Total Project at odds value =[Total
>Project at Odds] * [per1].
There's a couple of confusions in your question.
First, the Aggregate functions (Count, Sum, etc) only
operate on fields in the report's record source table/query,
they are unaware of controls on the report.
Second, you will often run into trouble if a control has the
same name as a field in the record source table/query.
With all that in mind, I think maybe you might want the
total project text box expression to be:
=Sum([Total Project Value] * [per1])

Signature
Marsh
MVP [MS Access]