I am trying to find a simple way to determine the work date based on knowing the Start date and how many days ahead I want the date for. These means I need to exclude weekends and holidays.
I tried Pat Hartmans solution located at
http://www.access-programmers.co.uk/forums/showthread.php?t=238821
I discovered that the function in there that is supposed to do this does not account for weekends, only holidays.
Does anyone have any suggestions
I tried Pat Hartmans solution located at
http://www.access-programmers.co.uk/forums/showthread.php?t=238821
I discovered that the function in there that is supposed to do this does not account for weekends, only holidays.
Does anyone have any suggestions