D
Dave Elliott
On my Report I have these formulas below. The customer gets charged 2% over
30, 3% over 60 and 4% over 90 days.
The date used is Order Date from orders table. I need now to calculate (Add)
whatever amount is 0-30 days to the total Order Amount, or if the
amount is 31-60 then add this amount or if the amount is 61-90 then add this
amount. Lost as to how to do this.
Thanks,
Dave
=Sum([Order Amount])
=Sum([0-30])
=Sum([0-60])
=Sum([0-90])
Grand Total =Sum([Order Amount])
30, 3% over 60 and 4% over 90 days.
The date used is Order Date from orders table. I need now to calculate (Add)
whatever amount is 0-30 days to the total Order Amount, or if the
amount is 31-60 then add this amount or if the amount is 61-90 then add this
amount. Lost as to how to do this.
Thanks,
Dave
=Sum([Order Amount])
=Sum([0-30])
=Sum([0-60])
=Sum([0-90])
Grand Total =Sum([Order Amount])