P
Pluggie
Five fields on my continuous form:
-ID
-Date_Today (date)
-End_Date_Contract (date)
-Duration_Update_Process (numeric)
-Warning (text)
Calculation that determines value of [Warning]:
-If number of days between [End_Date_Contract] and [Date_Today] is equal to
or smaller than [Duration_Update_Proces], display textvalue: "Almost too
late";
-If number of days between the above fields is bigger, display textvalue: ""
-If number of days between the above fields is negative, display textvalue:
"Oh no! Too late!!!"
How do I get this to work in [Warning]?
-ID
-Date_Today (date)
-End_Date_Contract (date)
-Duration_Update_Process (numeric)
-Warning (text)
Calculation that determines value of [Warning]:
-If number of days between [End_Date_Contract] and [Date_Today] is equal to
or smaller than [Duration_Update_Proces], display textvalue: "Almost too
late";
-If number of days between the above fields is bigger, display textvalue: ""
-If number of days between the above fields is negative, display textvalue:
"Oh no! Too late!!!"
How do I get this to work in [Warning]?