I have to track the date Doctor's special pay agreements expire. The formula I'm using in my query is very simple, but it does not account for Leap Years unless I go in and manually change the days from 365 to 364.
Is there a way to calculate the leap year into my formula?
SpecPayExp1Yr: IIf([SpecPayOneYrAgree]=No,"",[SpecPayStartDate]+365)
Is there a way to calculate the leap year into my formula?
SpecPayExp1Yr: IIf([SpecPayOneYrAgree]=No,"",[SpecPayStartDate]+365)