Hello all,
I have 2 date fields [Date Received] and [Actual Due Date] in my table.
A user types a date (mm/dd/yyyy format) in [Date Received] and I want the [Actual Due Date] to auto-populate based on this value.
For example: "3/13/2010" is typed in [Date Received], I want [Actual Due Date] to say "3/30/2010".
If "3/17/2010" is typed in [Date Received], I want [Actual Due Date] to bump to the next month and say "4/30/2010".
Long story short, if a [Date Received] is after the 15th of the month, its actual due date is the 30th of the following month. If it is received on or before the 15th, its actual due date is the 30th of the same month.
I assume there is a way to due this with the expression builder default value, but I don't know the syntax.
Thank you for the help!
I have 2 date fields [Date Received] and [Actual Due Date] in my table.
A user types a date (mm/dd/yyyy format) in [Date Received] and I want the [Actual Due Date] to auto-populate based on this value.
For example: "3/13/2010" is typed in [Date Received], I want [Actual Due Date] to say "3/30/2010".
If "3/17/2010" is typed in [Date Received], I want [Actual Due Date] to bump to the next month and say "4/30/2010".
Long story short, if a [Date Received] is after the 15th of the month, its actual due date is the 30th of the following month. If it is received on or before the 15th, its actual due date is the 30th of the same month.
I assume there is a way to due this with the expression builder default value, but I don't know the syntax.
Thank you for the help!