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!
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top