I know this topic is a veritable dead horse, but I have to ask, because I am unable to find something that is close to my scenario that I can completely understand.
I have a start date field and complete date field.
I need to know how many days, minus holidays and weekends are between the two dates. i already have the table of holidays named "holiday table" with the field being named "Holidaydat e".
I need this to output a number into a field for number of days.
Is there a simple way to do this? Most of the code I have seen is a bit beyond my understanding as I am still a novice.
Does anyone have some code that might do this?
I have a start date field and complete date field.
I need to know how many days, minus holidays and weekends are between the two dates. i already have the table of holidays named "holiday table" with the field being named "Holidaydat e".
I need this to output a number into a field for number of days.
Is there a simple way to do this? Most of the code I have seen is a bit beyond my understanding as I am still a novice.
Does anyone have some code that might do this?
Comment