If your field is based on a calculation (Qty * Price named Total, for Example), then in the page footer create an unbound textbox and in tit's control source put the formula =sum([Total]).
If there are no calculations, then your control source would be =sum([qty]*[price])
The help states that sum only works ona calculated field. I've had intermentant luck "fooling" the sum function.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.