A Afterglow Guest Mar 12, 2000 #1 I know how to do a "Running Sum" in a report. But I need a "Running Sum" in a Form. Can aneyone help me? If there is a way to do it in VB code I will take that too.
I know how to do a "Running Sum" in a report. But I need a "Running Sum" in a Form. Can aneyone help me? If there is a way to do it in VB code I will take that too.
B BarkerD Registered User. Local time Today, 17:54 Joined Dec 1, 1999 Messages 106 Mar 13, 2000 #2 All you need to do is add a footer to your form, just like you would in a report, and add an unbound field with your sum calculation.
All you need to do is add a footer to your form, just like you would in a report, and add an unbound field with your sum calculation.