D
dinadvani via AccessMonster.com
Hi All,
I am trying to calculate difference between two dates:
Projected date and actual date
But the problem is their are updates to projected date in another field
called as "New Date"
Now what i need is a formula that caluclates diff between projected date/new
date and actual date.
Diff Date: IIf([New Date]=" Is Null",[Projected Date],[New Date])
If we have a new date then i want system to override the projected date and
calculate the diff from new date to actual date, but if we dn't hve a new
date then i want the diff to be calculated between projected and actual dates.
Please help.
Regards,
D
I am trying to calculate difference between two dates:
Projected date and actual date
But the problem is their are updates to projected date in another field
called as "New Date"
Now what i need is a formula that caluclates diff between projected date/new
date and actual date.
Diff Date: IIf([New Date]=" Is Null",[Projected Date],[New Date])
If we have a new date then i want system to override the projected date and
calculate the diff from new date to actual date, but if we dn't hve a new
date then i want the diff to be calculated between projected and actual dates.
Please help.
Regards,
D