Joined: 01 Dec 2010
Online Status: Offline
Posts: 386
Posted: 11 Mar 2011 at 7:32am
DateAdd('d', 30, {PurchasOrder.OrderDate})
Would be 30 days from the given date.
If you want to display an alert if someone hasn't been making payments on time, you may consider just checking the difference between OrderDate and Today.
Joined: 01 Dec 2010
Online Status: Offline
Posts: 386
Posted: 14 Mar 2011 at 3:04am
The formula I provided returns a date 30 days ahead of the order date. I don't know what you want to do with it, but you can return a boolean by simple using inequalities.
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum