Running Sum in a Continuas Form

  • Thread starter Thread starter Afterglow
  • Start date Start date
A

Afterglow

Guest
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.
 
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.
 

Users who are viewing this thread

Back
Top Bottom