I have the following IIF function in the criteria of a date field.
IIf(Weekday(Now())=6,Between Now()-2 And Now()-10)
I want to return dates between 2 and 10 days ago, if today is Friday, but this doesnt return any values at all.
Is the statement above correct ?
TIA.
Mark
IIf(Weekday(Now())=6,Between Now()-2 And Now()-10)
I want to return dates between 2 and 10 days ago, if today is Friday, but this doesnt return any values at all.
Is the statement above correct ?
TIA.
Mark