View Full Version : Total on a continus form


JINKS
03-16-2000, 04:34 AM
I have a continus formwith values that I want to some up in a box on the form footer. I know this is problebly dead easy but my mind is asleep today.

[This message has been edited by JINKS (edited 03-16-2000).]

cinnamoncw
03-16-2000, 06:59 AM
in the form footer, create a text box for each field you want to sum. In properties, control source, type in =sum([yourfieldtosum]). This will sum this field for you.