calculated field

M

mbynoe

I am trying to create a formula that will take the day before value and add
it todays value...and continue to calculate for the previous day.
 
K

KARL DEWEY

How many days do you want to total? Your statement looks like a mimimum of
three days. If that is it then in a totals query use this as criteria on
your date field.
Between Date()-2 And Date()
 
M

mbynoe

KARL said:
How many days do you want to total? Your statement looks like a mimimum of
three days. If that is it then in a totals query use this as criteria on
your date field.
Between Date()-2 And Date()

Hi Karl,

Thanks for your assistance!
 
Top