Forum Discussion
1 Reply
Sort By
- AhuvaBrownQrew Cadet
This should do it:
FirstDayOfMonth(AdjustMonth([Date Field], 1)) + Days(9)
AdjustMonth([Date Field], 1) returns the date one month from the date field.
FirstDayOfMonth() returns the first day of the above month.
+ Days(9) adds 9 days to the first day of the month, returning the 10th day.
I hope that works for you.
------------------------------
Ahuva Brown
------------------------------