D
Dani2009
I issue quarterly statements to customers. In order to show on the statement
the previous balance as of the last quarter, I need to sum up all the
transactions that took place before the start of the new quarter. How can I
do this in query? For example:
Our fiscal year starts on July 1, 2009. The customer has the following
transactions:
5/29/2009 100.00
6/1/2009 200.00
7/1/09 500.00
8/15/09 500.00
9/30/09 500.00
For the statement I send out for the first quarter (from 7/1/09 to 9/30/09)
I want to sum the transactions before 7/1/09 which will be $300.00 (previous
quarter ending balance). For the statement I send out for the second quarter
(10/1/09 - 12/31/09) my previous balance should be $1,800.00
the previous balance as of the last quarter, I need to sum up all the
transactions that took place before the start of the new quarter. How can I
do this in query? For example:
Our fiscal year starts on July 1, 2009. The customer has the following
transactions:
5/29/2009 100.00
6/1/2009 200.00
7/1/09 500.00
8/15/09 500.00
9/30/09 500.00
For the statement I send out for the first quarter (from 7/1/09 to 9/30/09)
I want to sum the transactions before 7/1/09 which will be $300.00 (previous
quarter ending balance). For the statement I send out for the second quarter
(10/1/09 - 12/31/09) my previous balance should be $1,800.00