Hello,
I am trying to create a form in Access to calculate future dates.
What I am trying to accomplish is setting a due date.
i.e. 30 days, 60 days and 90 days.
This works fine with the simple formula, however I would like to add some special conditions.
For example:
1. I've figured how to set it so that if the due date returns a weekend, it will search out the next weekday.
2. I want to add in Holidays (some static and some occur every 2nd monday of a month)
3. I would like to be able to exclude 2 months during the year on which the dateAdd function does not give these 2 months as a due date.
Thank you in advance.
I am trying to create a form in Access to calculate future dates.
What I am trying to accomplish is setting a due date.
i.e. 30 days, 60 days and 90 days.
This works fine with the simple formula, however I would like to add some special conditions.
For example:
1. I've figured how to set it so that if the due date returns a weekend, it will search out the next weekday.
2. I want to add in Holidays (some static and some occur every 2nd monday of a month)
3. I would like to be able to exclude 2 months during the year on which the dateAdd function does not give these 2 months as a due date.
Thank you in advance.