Sue said:
If I am correctly interpreting this question, then the sql would look like
Where datefield1 > Now()-60 or datefield2 > Now()-60 or
datefield3 > Now()-60
To achieve this in the query builder grid, you would place the criterion for
each date field on a separate criteria line in the grid:
Field: Datefield1 |Datefield2 |Datefield3
<snip>
Criteria: Now()-60 | |
Or: |Now()-60 |
Or: | |Now()-60