Andrew,
What is the name of the textbox? If it is the name of one of the fields
in the report's underlying Record Source query, you will need to change
it to something else.
Otherwise, I can't see anything wrong with your expression.
I think the Control Source expression to use for the Projected Revenue
textbox would be like this:
=Sum([ProjectedUnits]*[ProposalAmount])

Signature
Steve Schapel, Microsoft Access MVP
> In a report of mine I have two fields [ProjectedUnits] & [ProposalAmount]
> First I am trying to get the sum of [ProjectedUnits] In the footer I used a
[quoted text clipped - 8 lines]
> Total amount Proposed:
> Projected Revenue:
andrew12 - 08 May 2008 13:51 GMT
Steve,
Hey the expression that I plugged in =Sum([ProjectedUnits]) works fine if
you put it in the report footer not the page footer - so I realize what i
did. Also the expression
=Sum([ProjectedUnits]*[ProposalAmount]) works great.

Signature
thanks,
-Andrew
> Andrew,
>
[quoted text clipped - 20 lines]
> > Total amount Proposed:
> > Projected Revenue: