frenzied_female
Registered User.
- Local time
- Tomorrow, 04:31
- Joined
- Aug 24, 2016
- Messages
- 10
Hi Everyone,
I have a text box on my form that needs to show the number of days an item is overdue using the Due Date, minus the open date. I need to exclude negative days and only show genuinely overdue items.
I have this: =IIf(IsNull([Due Date of Current Action]),DateDiff("ww",[Opened Date],Now()))>1
But it shows the overdue days plus anything that is not yet due as a negative number.
Many thanks for any help.
Regards,
Kim
I have a text box on my form that needs to show the number of days an item is overdue using the Due Date, minus the open date. I need to exclude negative days and only show genuinely overdue items.
I have this: =IIf(IsNull([Due Date of Current Action]),DateDiff("ww",[Opened Date],Now()))>1
But it shows the overdue days plus anything that is not yet due as a negative number.
Many thanks for any help.
Regards,
Kim