J
JOM
I have the following expression that count how many days the files are
late.... What I would like the expression to do is to count only days that
fall during the weekday and not count the days that fall during the weekend.
dateOld: IIf(([Inqury]!DateFollowup)<Date()," OVERDUE BY " &
Date()-[Inquiry]!dateFollowup & " DAYS ","")
Please help!
late.... What I would like the expression to do is to count only days that
fall during the weekday and not count the days that fall during the weekend.
dateOld: IIf(([Inqury]!DateFollowup)<Date()," OVERDUE BY " &
Date()-[Inquiry]!dateFollowup & " DAYS ","")
Please help!