G
Gator
I have a columnar form that basically displays a record from a table. There
is a date field in each record. I want to add a textbox or label that shows
a cummulative sum of a number field, for the month, of the month that is
displayed in the current record. For example, a record might show 7/4/08 as
the date. I want something on the form that will show the sum of a field for
all the records in the table for month of July 2008. If I goto the next
record with a date of 8/3/08 then the sum for August 2008. How do I code
this?
thanks
is a date field in each record. I want to add a textbox or label that shows
a cummulative sum of a number field, for the month, of the month that is
displayed in the current record. For example, a record might show 7/4/08 as
the date. I want something on the form that will show the sum of a field for
all the records in the table for month of July 2008. If I goto the next
record with a date of 8/3/08 then the sum for August 2008. How do I code
this?
thanks