P
parls
Here's what I'm trying to do. I have an enddate and a number of business days
that I want to subtract from that enddate. I want to take into account
weekends and holidays when calculating. I've read many of the posts here and
tried to make use of the WorkDay math functions at
http://www.mvps.org/access/datetime/date0012.htm but I just don't have much
experience with custom functions and am not sure how to make them work.
I've copied and pasted the PreviousWorkday, SkipHolidays & IsWeekend
functions into modules. As well as the SubtractWorkDays function posted here
by Steve Clark. I have a Holidays table with US holidays that don't fall on
the weekend in it.
I have an enddate field and a buffer field (which is my # of business days I
want to subtract). Now what do I do with all these functions and how do I use
them???
Thanks for any help!
that I want to subtract from that enddate. I want to take into account
weekends and holidays when calculating. I've read many of the posts here and
tried to make use of the WorkDay math functions at
http://www.mvps.org/access/datetime/date0012.htm but I just don't have much
experience with custom functions and am not sure how to make them work.
I've copied and pasted the PreviousWorkday, SkipHolidays & IsWeekend
functions into modules. As well as the SubtractWorkDays function posted here
by Steve Clark. I have a Holidays table with US holidays that don't fall on
the weekend in it.
I have an enddate field and a buffer field (which is my # of business days I
want to subtract). Now what do I do with all these functions and how do I use
them???
Thanks for any help!