I need help in calculating days from current date.
2 fields:
[InstallDate] (user will enter a date they expect to install the product)
[DiffinDate] (this would be a field that would calculate how long it will be before product is installed.
So
If [InstallDate] is <= 30 days from today, enter "30" in [DiffinDate]
If [InstallDate] is >30 and <=60 days from today, enter "60" in [DiffinDate]
If [InstallDate] is >60 and <=90 days from today, enter "90" in [DiffinDate]
If [InstallDate] is >90 days from today, enter "more than 90" in [DiffinDate]
After that, I would like to color code
30 would be green
60 would be yellow
90 or greater would be red
Any help would be greatly appreciated.
Thanks.
2 fields:
[InstallDate] (user will enter a date they expect to install the product)
[DiffinDate] (this would be a field that would calculate how long it will be before product is installed.
So
If [InstallDate] is <= 30 days from today, enter "30" in [DiffinDate]
If [InstallDate] is >30 and <=60 days from today, enter "60" in [DiffinDate]
If [InstallDate] is >60 and <=90 days from today, enter "90" in [DiffinDate]
If [InstallDate] is >90 days from today, enter "more than 90" in [DiffinDate]
After that, I would like to color code
30 would be green
60 would be yellow
90 or greater would be red
Any help would be greatly appreciated.
Thanks.