D
David
I have an unbound text box with the name BagCount and the controlsource
=DCount("Weight","Bags","Bags.PaxNo=" & [PaxNo])
How do I sum this at the bottom of the report?
It have the control source of the sum box =Sum([BagCount]) but that doesn't
work. It throws up a box when I open the report asking me to define BagCount
as if it doesn't exist
David
=DCount("Weight","Bags","Bags.PaxNo=" & [PaxNo])
How do I sum this at the bottom of the report?
It have the control source of the sum box =Sum([BagCount]) but that doesn't
work. It throws up a box when I open the report asking me to define BagCount
as if it doesn't exist
David