J JINKS New member Local time Today, 08:44 Joined Feb 3, 2000 Messages 7 Mar 16, 2000 #1 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).]
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).]
C cinnamoncw Registered User. Local time Today, 08:44 Joined Mar 15, 2000 Messages 31 Mar 16, 2000 #2 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.
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.