Forum Discussion
MCFNeil
8 years agoQrew Captain
Assuming your [Due Date] field is a formula date field.
and your [Priority] field is a numeric field....
You can simplify this greatly.
Today()+Days([Priority])
However, using the "Today()" option will constantly update/change the due date, because Today's date always changes.
I'd recommend using a static date, like Date Created, or some other date that the user enters.
and your [Priority] field is a numeric field....
You can simplify this greatly.
Today()+Days([Priority])
However, using the "Today()" option will constantly update/change the due date, because Today's date always changes.
I'd recommend using a static date, like Date Created, or some other date that the user enters.