In my database I have a field named FileDate. I would like to include another field named AdjDate. AdjDate=FileDate unless FileDate is a weekend or a holiday.
If FileDate=a weekend or a holiday, I would like AdjDate=FileDate-1 business day.
Thanks in advance for any help on this question. In the past,I used the WORKDAY function in Excel to master this but cannot do the same in Access97.
If FileDate=a weekend or a holiday, I would like AdjDate=FileDate-1 business day.
Thanks in advance for any help on this question. In the past,I used the WORKDAY function in Excel to master this but cannot do the same in Access97.