T
Tracy
I am building a datebase to track sales/inventory for my employer. I
have yearly tables that are broken down into month. Then I created a
query to show quarterly sales totals. For example Qrt 1 Total:
tbl2005!January+tbl2005!February+tbl2005!March shows the total for
quarter 1. Quarter 3 consists of July, August and September. I have
data in place for July but not for August or September, as those months
have not closed. When I run the query, it displays nothing in the
column for Quarter 3. I would like it to show the total to date for
Quarter 3 which would be just the data from July, but it does not.
Anyone know how to make the quarter 3 expression be a running total?
This the current expression I have used : Qrt 3 Total:
[tbl2005]![July]+[tbl2005]![August]+[tbl2005]![September].
thanks in advance!
Tracy
have yearly tables that are broken down into month. Then I created a
query to show quarterly sales totals. For example Qrt 1 Total:
tbl2005!January+tbl2005!February+tbl2005!March shows the total for
quarter 1. Quarter 3 consists of July, August and September. I have
data in place for July but not for August or September, as those months
have not closed. When I run the query, it displays nothing in the
column for Quarter 3. I would like it to show the total to date for
Quarter 3 which would be just the data from July, but it does not.
Anyone know how to make the quarter 3 expression be a running total?
This the current expression I have used : Qrt 3 Total:
[tbl2005]![July]+[tbl2005]![August]+[tbl2005]![September].
thanks in advance!
Tracy