C
clayton ledford
Hello,
In my daily query i'm trying to include values from the prior business day.
So i am using the following criteria for my date field:
IIf(Date()="2",Date()-3,Date()-1)
This works when i run it Tuesday through Friday, but doesn't work when i
need it to... on Monday (for Friday's value). Any ideas?
In my daily query i'm trying to include values from the prior business day.
So i am using the following criteria for my date field:
IIf(Date()="2",Date()-3,Date()-1)
This works when i run it Tuesday through Friday, but doesn't work when i
need it to... on Monday (for Friday's value). Any ideas?