Expressions from query not displaying on report

R

Rick

I have two fields that are calculated and give me the result I want in my
query, but when I put them onto the report they do not display any data.

One of the expressions is this
Expr1: Nz([NON PSC PO Account Totals]!SumOfPDFRRC,0)+Nz([PSC PO Account
Totals]![Sum Of PDAEXP],0)

The other is Expr2: [Budget]-[Expr1]

As I said, the calculations work fine in the query but the data won't
display on the report. Any help would be appreciated. I am very novice with
Access so it could be something really simple I don't know about.
 
Top