There doesn’t seem to be a good solution for this yet. Check out this thread for other ideas.
Calendar view of birthdays
This is a very clever solution. But, what happens when you go to add another kid/record to the database? The "New Date" f...
I’ve been able to do it repeatedly. Using the formula I provided above, I am able to produce the date I need. Then, after the formula has been applied, I can change the field type from formula to date type. Once done, it can then be used for a cal...
I tried this in a base I have containing an employee hire date field. To create a column with their hire date anniversary day, I created a new field containing the formula below.
CONCATENATE(MID({Hire Date}, 1, 2), MID({Hire Date}, 3, 4), YEAR(TODAY...