Hi all,

i am workin on access report in which i am displaying the division of two field and display it in one textbox as follows

control name TextSkids
ControlSource =([RequestedQty]/[NbrPerCase])

this show me right out put value on each rows

now i want to do sum of this all value

so i take one Textbox as TextSum

controlName TextSum
ControlSource =Sum([TextSkids])

but it ask me parameter when i run the report and display worong out put

pls help me regarding this ..

thanx and regards