Forum Discussion
- QuickBaseCoachDQrew CaptainAre you OK with a simple formula field such as this formula for a formula checkbox field.
AdjustYear([my date field],1) < Today()
or if you want to get needlessly wordy
IF(AdjustYear([my date field],1) < Today(), true)