calculated field

  • Thread starter Thread starter mbynoe
  • Start date Start date
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.
 
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()
 
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!
 
Back
Top