How do I adapt the following or what code could I use so that weekends are ignored in calculating future dates? For example: If the user selects April 11 from the calendar control as the FirstDate and wants to know the date 5 business (weekday)days from that date how would this be accomplished...
In response to macropod and SkipVought replies:
The following is code I found that I've used in an Access database to calculate a future date from a specified starting date. The code is attached to an on-click event procedure of a command button.
The user selects a date from a calendar control...
I'm looking for a procedure that will calculate a future date from a specified starting date. The user would input the starting date and the number of days (possible adapted to be able to input weeks or months) to add to it to get the future date. The calculation must skip weekends and holidays...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.