M
Mike Thomas
In an Access 2000 report, in a text box in the report footer band called
CILTotal, I am trying trying to do the following:
=Sum([CILttl]-[CILCar]-[CILCum]-[CILAdv])
CILttl, CILCar, CILCum, CILAdv are the names of text boxes in a group
footer. They themselves are the result of complicated calculations on the
data in the detail band.
In the above example using the SUM() function, the report asks me to input
these 4 values when it opens - eg it cannot find them. If I drop the SUM(),
and change the data property in CILTotal to sum across all, the field
displays an empty value in the report.
Using me.CILTtl did not work.
How can "=Sum([CILttl]-[CILCar]-[CILCum]-[CILAdv])" be modified to
display the correct total?
Many thanks
Mike Thomas
CILTotal, I am trying trying to do the following:
=Sum([CILttl]-[CILCar]-[CILCum]-[CILAdv])
CILttl, CILCar, CILCum, CILAdv are the names of text boxes in a group
footer. They themselves are the result of complicated calculations on the
data in the detail band.
In the above example using the SUM() function, the report asks me to input
these 4 values when it opens - eg it cannot find them. If I drop the SUM(),
and change the data property in CILTotal to sum across all, the field
displays an empty value in the report.
Using me.CILTtl did not work.
How can "=Sum([CILttl]-[CILCar]-[CILCum]-[CILAdv])" be modified to
display the correct total?
Many thanks
Mike Thomas