I am trying to pull data based on the greater of 2 dates. One being today minus a year, the other being the date entered in the [ReceiveDate] field.
This is what I have in the criteria section for the other date field [Release_Date].
IIf((Now()-365)>[ReceiveDate],>Now()-365,>=[ReceiveDate])
It is not working. Any help would be appreciated.
This is what I have in the criteria section for the other date field [Release_Date].
IIf((Now()-365)>[ReceiveDate],>Now()-365,>=[ReceiveDate])
It is not working. Any help would be appreciated.