Afterglow
03-12-2000, 08:14 AM
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.
|
View Full Version : Running Sum in a Continuas Form Afterglow 03-12-2000, 08:14 AM 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. BarkerD 03-13-2000, 07:43 AM 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. |