I need to send a notice to individuals whose due date is 3 days past due. This date is working days only. Is there a way to set-up the dates for weekdays only?
There is a function called Weekday(). Weekday(Date) will return a 1 to 7 (Sunday to Saturday). You should be able to configure whatever it is you're using to pass over 1's and 7's.
I have a date feild called "Date_Received" and another called "Date_Complete". I need the DateDiff to be the total number of days excluding weekends. Does this need to be done in code, a module, or a query expression?