I have a small query. One of the fields is a date field. I wan this query to give me only dates that are older then 5 days ago from now. So in the Date criteria cell I put: <Now()-5
What I would like to do is exclude weekends. That is to say, <Now() – 5 working days.
I have seen code on this site that counts weekdays between to given dates but I can’t figure out how, if at all, to adopt that code to this situation.
Ideas? Thanks.
What I would like to do is exclude weekends. That is to say, <Now() – 5 working days.
I have seen code on this site that counts weekdays between to given dates but I can’t figure out how, if at all, to adopt that code to this situation.
Ideas? Thanks.