I am wanting to calculate the next service date based upon a service interval in days. This I can do using a query by simply adding the last service date and the service interval in days.<br>
<br>
However, I am wanting to exclude non working days (ie. weekends). If the next service date occurs on a non working day (ie Saturday or Sunday), I want the next service moved to the next working day (ie. Monday)
<br>
However, I am wanting to exclude non working days (ie. weekends). If the next service date occurs on a non working day (ie Saturday or Sunday), I want the next service moved to the next working day (ie. Monday)