Date criteria

D

Dado

I want to sum amount from a field, but only the last date entries than I want
this sum to substract from the sum of the same field for the one before last
date entries.

So I need the date function wich will determine the last date entries and
the one before last date entries. (Reference is Date(Now()))
 
Top