C
Cal
I need to be able to calculate the average usage of a
field in a table that is date driven.
The problem I have is, I want to make this as up to date
as possible, which means using partial current months.
How can I get a monthly average of usage based on today's
date in August, which would be only a fractional month.
ie. through 7/31/03 is easy, take total usage divide by
7, but using 8/20/03 is not. I can not divide by eight
because the month is not over.
help
field in a table that is date driven.
The problem I have is, I want to make this as up to date
as possible, which means using partial current months.
How can I get a monthly average of usage based on today's
date in August, which would be only a fractional month.
ie. through 7/31/03 is easy, take total usage divide by
7, but using 8/20/03 is not. I can not divide by eight
because the month is not over.
help