Hey,
I was wondering if anyone can tell why my iif statement isn't working. I am trying to pull a report based on monday threw thursday and if the user clicks on include friday and saturday in my form it will include the whole week.
IIf([tblCriterias]![FriSat]=True,(Weekday([Date]))>=2 And (Weekday([Date]))<=5)
I was wondering if anyone can tell why my iif statement isn't working. I am trying to pull a report based on monday threw thursday and if the user clicks on include friday and saturday in my form it will include the whole week.
IIf([tblCriterias]![FriSat]=True,(Weekday([Date]))>=2 And (Weekday([Date]))<=5)